git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
165e469
)
x86: fix do_fork_idle section mismatch
author
Thomas Gleixner
<tglx@linutronix.de>
Tue, 8 Jan 2008 23:18:28 +0000
(
00:18
+0100)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 9 Jan 2008 00:10:35 +0000
(16:10 -0800)
With CPU_HOTPLUG=n:
WARNING: vmlinux.o(.text+0x104f8): Section mismatch: reference to .init.text:fork_idle (between
'do_fork_idle' and 'lapic_timer_broadcast')
do_fork_idle() needs to be __cpuinit. It can be static as well.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found