kernel/arch/m68k/include/asm/macints.h
.. .. @@ -121,7 +121,4 @@ 121 121 #define SLOT2IRQ(x) (x + 47) 122 122 #define IRQ2SLOT(x) (x - 47) 123 123 124 -#define INT_CLK 24576 /* CLK while int_clk =2.456MHz and divide = 100 */125 -#define INT_TICKS 246 /* to make sched_time = 99.902... HZ */126 -127 124 #endif /* asm/macints.h */