X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fsmpboot.c;h=cf6acab78538487105539025fca3d0dc84721c4b;hb=56aee57345825a720dfcda6ea99e550c3141762f;hp=e4163042c4d6658d4fcf192bfcac04e8c2ddb5cf;hpb=7b6ae471e5415bc2bf4384a83ccb4c21de7824c0;p=linux-2.6-microblaze.git diff --git a/kernel/smpboot.c b/kernel/smpboot.c index e4163042c4d6..cf6acab78538 100644 --- a/kernel/smpboot.c +++ b/kernel/smpboot.c @@ -47,7 +47,7 @@ void __init idle_thread_set_boot_cpu(void) * * Creates the thread if it does not exist. */ -static inline void idle_init(unsigned int cpu) +static __always_inline void idle_init(unsigned int cpu) { struct task_struct *tsk = per_cpu(idle_threads, cpu);