Prev: [PATCH] net: Add netdev_alloc_skb_ip_align() helper
Next: Linux IO service time - a perfect source of randomness ?
From: Stephen Rothwell on 8 Oct 2009 00:40 Hi Jesse, Today's linux-next build (powerpc allnoconfig) produced this warning: WARNING: drivers/pci/built-in.o(.devinit.text+0x86a): Section mismatch in reference from the function pci_init() to the variable .init.data:pci_dfl_cache_line_size The function __devinit pci_init() references a variable __initdata pci_dfl_cache_line_size. If pci_dfl_cache_line_size is only used by pci_init then annotate pci_dfl_cache_line_size with a matching annotation. Introduced by commit b20dd110d21aac94b3f4063cffbcf9718656ce51 ("PCI: determine CLS more intelligently"). -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au http://www.canb.auug.org.au/~sfr/ |