The MAX_NOINT_IPL macro is defined in m68k's <asm/entry.h> but not
used anywhere in the kernel.  Delete it.  Tested on Atari.

Signed-off-by: Mikael Pettersson <[email protected]>
---
This patch has a trivial context dependency on
"[PATCH 1/2] m68k: correct the Atari ALLOWINT definition",
so should be applied after it.

--- linux-3.4-rc3/arch/m68k/include/asm/entry.h.~1~     2012-04-18 
22:07:52.000000000 +0200
+++ linux-3.4-rc3/arch/m68k/include/asm/entry.h 2012-04-18 22:17:05.000000000 
+0200
@@ -35,11 +35,9 @@
 #if defined(MACH_ATARI_ONLY)
        /* block out HSYNC = ipl 2 on the atari */
 #define ALLOWINT       (~0x500)
-#define        MAX_NOINT_IPL   3
 #else
        /* portable version */
 #define ALLOWINT       (~0x700)
-#define        MAX_NOINT_IPL   0
 #endif /* machine compilation types */
 
 #ifdef __ASSEMBLY__
--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to