summaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorFinn Thain <fthain@telegraphics.com.au>2018-12-22 13:18:01 +1100
committerGeert Uytterhoeven <geert@linux-m68k.org>2019-01-21 10:36:53 +0100
commit8f5ec4667db9e3ab63acf875273580ddc0fb46af (patch)
treeec8c64f5f62a5feadec0137f20508651dcd4b5fa /arch/m68k
parent85f75982bc84386b781acaa443aaf4d4616046c7 (diff)
downloadlinux-0-day-8f5ec4667db9e3ab63acf875273580ddc0fb46af.tar.gz
linux-0-day-8f5ec4667db9e3ab63acf875273580ddc0fb46af.tar.xz
m68k/mac: Clean up unused timer definitions
Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/include/asm/macints.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/include/asm/macints.h b/arch/m68k/include/asm/macints.h
index cddb2d3ea49b7..4da172bd048c6 100644
--- a/arch/m68k/include/asm/macints.h
+++ b/arch/m68k/include/asm/macints.h
@@ -121,7 +121,4 @@
#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 */