summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>2004-08-10 13:45:41 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>2004-08-10 13:45:41 +0000
commit4cb4e5f12cb7a9f60fc9bd71232d918f06b57b53 (patch)
treeab17044155c532253b06c001cbc76ae30708dfca /sys/arch/mips64
parent950c723e517f60459852afb8d9de1aedcb7bda66 (diff)
clean
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/mips64/clock.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/mips64/mips64/clock.c b/sys/arch/mips64/mips64/clock.c
index 5c2a1142b3f..7000d4b842a 100644
--- a/sys/arch/mips64/mips64/clock.c
+++ b/sys/arch/mips64/mips64/clock.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: clock.c,v 1.3 2004/08/09 21:01:32 pefo Exp $ */
+/* $OpenBSD: clock.c,v 1.4 2004/08/10 13:45:40 pefo Exp $ */
/*
* Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com)
@@ -104,14 +104,6 @@ clockattach(struct device *parent, struct device *self, void *aux)
set_intr(INTPRI_CLOCK, CR_INT_5, clock_int5);
break;
- case GALILEO_G9:
- case WG4308:
- case WG4309:
- case WG6000:
- case WG7000:
- case WG8168:
- break;
-
default:
panic("clockattach: it didn't get here. really.");
clock_int5(0,(struct trap_frame *)NULL);