linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* section mismatch warnings in current git head for powerpc
@ 2008-05-22 17:22 Chris Friesen
  2008-05-22 17:50 ` Bart Van Assche
  2008-05-23  1:02 ` Michael Ellerman
  0 siblings, 2 replies; 3+ messages in thread
From: Chris Friesen @ 2008-05-22 17:22 UTC (permalink / raw)
  To: linux-kernel, linuxppc-dev

I got the following warnings when building current git head for powerpc 
64bit:


   LD      net/ipv4/built-in.o
   LD      drivers/scsi/built-in.o
   LD      net/built-in.o
   LD      drivers/built-in.o
   LD      vmlinux.o
   MODPOST vmlinux.o
WARNING: vmlinux.o(.text+0x73bc): Section mismatch in reference from the 
function .start_secondary_prolog() to the function 
.devinit.text:.start_secondary()
The function .start_secondary_prolog() references
the function __devinit .start_secondary().
This is often because .start_secondary_prolog lacks a __devinit
annotation or the annotation of .start_secondary is wrong.

WARNING: vmlinux.o(.text+0x260a8): Section mismatch in reference from 
the function .pci_dn_reconfig_notifier() to the function 
.devinit.text:.update_dn_pci_info()
The function .pci_dn_reconfig_notifier() references
the function __devinit .update_dn_pci_info().
This is often because .pci_dn_reconfig_notifier lacks a __devinit
annotation or the annotation of .update_dn_pci_info is wrong.


Is this anything to worry about?

Thanks,
Chris

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-05-23  1:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-22 17:22 section mismatch warnings in current git head for powerpc Chris Friesen
2008-05-22 17:50 ` Bart Van Assche
2008-05-23  1:02 ` Michael Ellerman

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).