kernel/sched.c: Suppress unused var warning
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 2 Feb 2010 22:46:13 +0000 (14:46 -0800)
committerIngo Molnar <mingo@elte.hu>
Mon, 8 Feb 2010 07:53:19 +0000 (08:53 +0100)
On UP:

 kernel/sched.c: In function 'wake_up_new_task':
 kernel/sched.c:2631: warning: unused variable 'cpu'

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c

index 3a8fb30..e3199df 100644 (file)
@@ -2647,7 +2647,7 @@ void wake_up_new_task(struct task_struct *p, unsigned long clone_flags)
 {
        unsigned long flags;
        struct rq *rq;
-       int cpu = get_cpu();
+       int cpu __maybe_unused = get_cpu();
 
 #ifdef CONFIG_SMP
        /*