kernel/sched.c: Suppress unused var warning
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 11 Mar 2010 22:08:43 +0000 (14:08 -0800)
committerIngo Molnar <mingo@elte.hu>
Tue, 16 Mar 2010 10:13:42 +0000 (11:13 +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>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c

index 6eaef3d..82975b5 100644 (file)
@@ -2650,7 +2650,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
        /*