]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/sparc/kernel/process.c
[SCSI] fcoe: fix configuration problems
[linux-2.6-omap-h63xx.git] / arch / sparc / kernel / process.c
index 4bb430940a61d3c353a7501bd86b6019e5253dc5..e8c43ffe317ef120d52094122e5cdab86e8b87d9 100644 (file)
@@ -75,7 +75,7 @@ void cpu_idle(void)
 {
        /* endless idle loop with no priority at all */
        for (;;) {
-               if (ARCH_SUN4C_SUN4) {
+               if (ARCH_SUN4C) {
                        static int count = HZ;
                        static unsigned long last_jiffies;
                        static unsigned long last_faults;