]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/m68k/kernel/process.c
m68k: Remove the broken Hades support
[linux-2.6-omap-h63xx.git] / arch / m68k / kernel / process.c
index 7888cdf91f5dafba1d157547d8ddb4b1a7f268a9..3042c2bc8c58490083ef4a2718c6a839c4e7e978 100644 (file)
@@ -78,7 +78,7 @@ unsigned long thread_saved_pc(struct task_struct *tsk)
 static void default_idle(void)
 {
        if (!need_resched())
-#if defined(MACH_ATARI_ONLY) && !defined(CONFIG_HADES)
+#if defined(MACH_ATARI_ONLY)
                /* block out HSYNC on the atari (falcon) */
                __asm__("stop #0x2200" : : : "cc");
 #else