linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Section mismatches in the pcibios code
@ 2009-01-02  3:33 Jon Smirl
  0 siblings, 0 replies; only message in thread
From: Jon Smirl @ 2009-01-02  3:33 UTC (permalink / raw)
  To: linuxppc-dev

What's up with these section mismatches? I tried fixing them be they
are very intertwined.

  LD      arch/powerpc/kernel/built-in.o
WARNING: arch/powerpc/kernel/built-in.o(.text+0x11efc): Section
mismatch in reference from the function
pcibios_allocate_bus_resources() to the function
.init.text:reparent_resources()
The function pcibios_allocate_bus_resources() references
the function __init reparent_resources().
This is often because pcibios_allocate_bus_resources lacks a __init
annotation or the annotation of reparent_resources is wrong.

WARNING: arch/powerpc/kernel/built-in.o(.text+0x11fa4): Section
mismatch in reference from the function pcibios_finish_adding_to_bus()
to the function .devinit.text:pcibios_claim_one_bus()
The function pcibios_finish_adding_to_bus() references
the function __devinit pcibios_claim_one_bus().
This is often because pcibios_finish_adding_to_bus lacks a __devinit
annotation or the annotation of pcibios_claim_one_bus is wrong.

-- 
Jon Smirl
jonsmirl@gmail.com

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-02  3:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-02  3:33 Section mismatches in the pcibios code Jon Smirl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).