aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSam Ravnborg <[email protected]>2008-03-04 15:09:05 -0800
committerGreg Kroah-Hartman <[email protected]>2008-04-19 19:10:23 -0700
commit6c847402e1c69c1cfe2bddeadc8391bacbb3d0a5 (patch)
treef807ab8139202761e9968f430d97813c787c680a /include/linux
parent35d313b8744dc64c31b9cfcdb083112937643b45 (diff)
driver core: cpu: fix section mismatch in cpu.c:store_online
Fix following warning: WARNING: vmlinux.o(.text+0x64609c): Section mismatch in reference from the function store_online() to the function .cpuinit.text:cpu_up() store_online() is defined inside a HOTPLUG_CPU block so references are OK. Ignore references by annotating store_online() with __ref. Note: This is needed because cpu_up() most likely should not have been __cpuinit but all the hotplug cpu code misuses the __cpuinit annotation. Signed-off-by: Sam Ravnborg <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions