Skip to content

Commit

Permalink
m68k: Remove unused MAX_NOINT_IPL definition
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
  • Loading branch information
Geert Uytterhoeven committed Apr 22, 2012
1 parent 66f75a5 commit 2712a64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/m68k/include/asm/entry.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@
#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__
Expand Down

0 comments on commit 2712a64

Please sign in to comment.