Re: [PATCH] Label x86 do_fork_idle() with __cpuinit

2008-01-08 Thread Ingo Molnar
* David Howells <[EMAIL PROTECTED]> wrote: > Label x86 do_fork_idle() with __cpuinit to avoid getting linker > warnings when it references fork_idle(). Also make it static. Thomas is already working on this and has a patch for this and for other linker warnings. Ingo -- To

[PATCH] Label x86 do_fork_idle() with __cpuinit

2008-01-08 Thread David Howells
Label x86 do_fork_idle() with __cpuinit to avoid getting linker warnings when it references fork_idle(). Also make it static. Signed-off-by: David Howells <[EMAIL PROTECTED]> --- arch/x86/kernel/smpboot_64.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH] Label x86 do_fork_idle() with __cpuinit

2008-01-08 Thread David Howells
Label x86 do_fork_idle() with __cpuinit to avoid getting linker warnings when it references fork_idle(). Also make it static. Signed-off-by: David Howells [EMAIL PROTECTED] --- arch/x86/kernel/smpboot_64.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [PATCH] Label x86 do_fork_idle() with __cpuinit

2008-01-08 Thread Ingo Molnar
* David Howells [EMAIL PROTECTED] wrote: Label x86 do_fork_idle() with __cpuinit to avoid getting linker warnings when it references fork_idle(). Also make it static. Thomas is already working on this and has a patch for this and for other linker warnings. Ingo -- To unsubscribe