All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fork_idle() should be __cpuinit, not __devinit
@ 2007-02-01 13:52 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2007-02-01 13:52 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel


Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
 kernel/fork.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/fork.c b/kernel/fork.c
index fc723e5..d57118d 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -1313,7 +1313,7 @@ noinline struct pt_regs * __devinit __attribute__((weak)) idle_regs(struct pt_re
 	return regs;
 }
 
-struct task_struct * __devinit fork_idle(int cpu)
+struct task_struct * __cpuinit fork_idle(int cpu)
 {
 	struct task_struct *task;
 	struct pt_regs regs;
-- 
1.5.0-rc2.GIT



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-01 13:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-01 13:52 [PATCH] fork_idle() should be __cpuinit, not __devinit Al Viro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.