kernel/sched.c: Suppress unused var warning
[safe/jmp/linux-2.6] / 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
        /*