OSDN Git Service

m68k/mac: Clean up unused timer definitions
authorFinn Thain <fthain@telegraphics.com.au>
Sat, 22 Dec 2018 02:18:01 +0000 (13:18 +1100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 21 Jan 2019 09:36:53 +0000 (10:36 +0100)
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/macints.h

index cddb2d3..4da172b 100644 (file)
 #define SLOT2IRQ(x)      (x + 47)
 #define IRQ2SLOT(x)      (x - 47)
 
-#define INT_CLK   24576            /* CLK while int_clk =2.456MHz and divide = 100 */
-#define INT_TICKS 246      /* to make sched_time = 99.902... HZ */
-
 #endif /* asm/macints.h */