* Section mismatch warnings with current mainline git
@ 2008-05-07 23:43 Kevin Winchester
0 siblings, 0 replies; only message in thread
From: Kevin Winchester @ 2008-05-07 23:43 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: Linux Kernel Mailing List \
Is this something people are interested in seeing?
WARNING: vmlinux.o(.text+0x1422b): Section mismatch in reference from
the function set_pte_phys() to the function .init.text:spp_getpage()
The function set_pte_phys() references
the function __init spp_getpage().
This is often because set_pte_phys lacks a __init
annotation or the annotation of spp_getpage is wrong.
WARNING: vmlinux.o(.text+0x1429a): Section mismatch in reference from
the function set_pte_phys() to the function .init.text:spp_getpage()
The function set_pte_phys() references
the function __init spp_getpage().
This is often because set_pte_phys lacks a __init
annotation or the annotation of spp_getpage is wrong.
WARNING: vmlinux.o(.text+0x17c72): Section mismatch in reference from
the function arch_setup_additional_pages() to the variable
.init.data:vdso_end
The function arch_setup_additional_pages() references
the variable __initdata vdso_end.
This is often because arch_setup_additional_pages lacks a __initdata
annotation or the annotation of vdso_end is wrong.
WARNING: vmlinux.o(.text+0x17c79): Section mismatch in reference from
the function arch_setup_additional_pages() to the variable
.init.data:vdso_start
The function arch_setup_additional_pages() references
the variable __initdata vdso_start.
This is often because arch_setup_additional_pages lacks a __initdata
annotation or the annotation of vdso_start is wrong.
WARNING: vmlinux.o(.cpuinit.text+0x2497): Section mismatch in reference
from the function uv_cpu_init() to the function .init.text:uv_system_init()
The function __cpuinit uv_cpu_init() references
a function __init uv_system_init().
If uv_system_init is only used by uv_cpu_init then
annotate uv_system_init with a matching annotation.
--
Kevin Winchester
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-07 23:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-07 23:43 Section mismatch warnings with current mainline git Kevin Winchester
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox