]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/power/smp.c
[PATCH] swsusp: userland interface
[linux-2.6-omap-h63xx.git] / kernel / power / smp.c
index bbe23079c62c46e306e95e2215623659e39d565b..911fc62b822546d0e1b05dddb0c2d8bdc771c056 100644 (file)
@@ -38,7 +38,7 @@ void disable_nonboot_cpus(void)
                }
                printk("Error taking cpu %d down: %d\n", cpu, error);
        }
-       BUG_ON(smp_processor_id() != 0);
+       BUG_ON(raw_smp_processor_id() != 0);
        if (error)
                panic("cpus not sleeping");
 }