summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-07-03 17:07:09 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-07-03 17:07:09 +0000
commitffb83f2e89bc23b41647d476299714fd69bad65e (patch)
treecd1c1043dfe93eaf74e9fe315700758fd1defacb
parent976f6a30b508c62845181b3831a84859cf8c8993 (diff)
add luseless comment
-rw-r--r--sys/arch/hppa/dev/cpu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/dev/cpu.c b/sys/arch/hppa/dev/cpu.c
index c868b857244..a34b925bfe4 100644
--- a/sys/arch/hppa/dev/cpu.c
+++ b/sys/arch/hppa/dev/cpu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.c,v 1.6 1999/11/26 17:58:17 mickey Exp $ */
+/* $OpenBSD: cpu.c,v 1.7 2000/07/03 17:07:08 mickey Exp $ */
/*
* Copyright (c) 1998,1999 Michael Shalayeff
@@ -160,6 +160,7 @@ cpuattach(parent, self, aux)
printf("\n");
+ /* sanity against luser amongst config editors */
if (ca->ca_irq == 31) {
sc->sc_ih = cpu_intr_establish(IPL_CLOCK, ca->ca_irq,
clock_intr, NULL /*trapframe*/,