summaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/entry.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-10-13 21:58:59 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2008-10-14 10:23:27 -0700
commit29c8a24672e1cdfee99c15b870c57eb30ae69daf (patch)
tree26f67aaca31d878339a99d89e0036d912bdef449 /include/asm-m68k/entry.h
parent7477fb6fbc339469ea945e007f3f7b3bb13b25f7 (diff)
downloadop-kernel-dev-29c8a24672e1cdfee99c15b870c57eb30ae69daf.zip
op-kernel-dev-29c8a24672e1cdfee99c15b870c57eb30ae69daf.tar.gz
m68k: Remove the broken Hades support
This patch removes the Hades support that was marked as BROKEN 5 years ago. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-m68k/entry.h')
-rw-r--r--include/asm-m68k/entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68k/entry.h b/include/asm-m68k/entry.h
index f8f6b18..5202f5a 100644
--- a/include/asm-m68k/entry.h
+++ b/include/asm-m68k/entry.h
@@ -31,7 +31,7 @@
*/
/* the following macro is used when enabling interrupts */
-#if defined(MACH_ATARI_ONLY) && !defined(CONFIG_HADES)
+#if defined(MACH_ATARI_ONLY)
/* block out HSYNC on the atari */
#define ALLOWINT (~0x400)
#define MAX_NOINT_IPL 3
OpenPOWER on IntegriCloud