]> git.karo-electronics.de Git - linux-beck.git/commitdiff
m68k: Remove unused MAX_NOINT_IPL definition
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 19 Jun 2011 09:13:31 +0000 (11:13 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 22 Apr 2012 18:16:47 +0000 (20:16 +0200)
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/entry.h

index 622138dc7288fcac734a3fa434af4780a1fa1184..5d8b21c713e2e645e77c6ebb9a087d0341c780fc 100644 (file)
 #if defined(MACH_ATARI_ONLY)
        /* block out HSYNC on the atari */
 #define ALLOWINT       (~0x400)
-#define        MAX_NOINT_IPL   3
 #else
        /* portable version */
 #define ALLOWINT       (~0x700)
-#define        MAX_NOINT_IPL   0
 #endif /* machine compilation types */
 
 #ifdef __ASSEMBLY__