On Wed, 09 Feb 2011 08:47:47 +0000 "Jan Beulich" <JBeulich@xxxxxxxxxx> wrote: > .pci_fixup_final is only used from .init.text, and hence can (along > with the respective handler functions) reside in .init.*. > > Several other .pci_fixup_* sections are needed only during boot and > suspend/resume, and can therefore be moved into .init.* if > !CONFIG_PM_OPS. > > While generally section mismatch checking is being turned on by this > patch for all of .pci_fixup_*, for .pci_fixup_header it is being > suppressed for the moment as it caused way too much fallout. > Theoretically, all respective handlers must get their __init/__devinit > removed, as this gets processed from a non-__init, non-__devinit > function. > > This also adds a previously missing comma in the definition of > ALL_INIT_DATA_SECTIONS. > > Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> > Cc: H. Peter Anvin <hpa@xxxxxxxxx> > Cc: Jesse Barnes <jbarnes@xxxxxxxxxxxxxxxx> > Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > Cc: Ingo Molnar <mingo@xxxxxxx> This didn't apply for me, but I'd be happy to take the PCI parts, can you re-send against my linux-next branch (assuming it's not already applied to some other tree). Thanks, -- Jesse Barnes, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html