X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Fsmpboot.c;h=eb89e1807408575257b8ea60b64559b1adf8afde;hb=e497a24d8e18af510879b2ae059ee20a4a58eae8;hp=02fc5c9336735a834378dbbb6fff8e57b919b0fa;hpb=e6eea1536e077b2b7bfc8c173f09d01ef72d2c7b;p=~andy%2Flinux diff --git a/kernel/smpboot.c b/kernel/smpboot.c index 02fc5c93367..eb89e180740 100644 --- a/kernel/smpboot.c +++ b/kernel/smpboot.c @@ -24,7 +24,7 @@ */ static DEFINE_PER_CPU(struct task_struct *, idle_threads); -struct task_struct * __cpuinit idle_thread_get(unsigned int cpu) +struct task_struct *idle_thread_get(unsigned int cpu) { struct task_struct *tsk = per_cpu(idle_threads, cpu);