summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2008-06-02 19:39:09 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2008-06-02 19:39:09 +0000
commitda8ee8b181525700b5d84bebcfa5ea6126dbd2d9 (patch)
tree438af09e6190de70ee48403e3e1927649a18ae68
parent6594fef6cb276127684ef228e19fed47c771b9aa (diff)
No need to enable the interrupt in psycho_set_intr(); intr_establish() already
does that for us.
-rw-r--r--sys/arch/sparc64/dev/psycho.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/psycho.c b/sys/arch/sparc64/dev/psycho.c
index b97fa5f7724..6bc9623668b 100644
--- a/sys/arch/sparc64/dev/psycho.c
+++ b/sys/arch/sparc64/dev/psycho.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: psycho.c,v 1.58 2008/05/24 23:31:37 kettenis Exp $ */
+/* $OpenBSD: psycho.c,v 1.59 2008/06/02 19:39:08 kettenis Exp $ */
/* $NetBSD: psycho.c,v 1.39 2001/10/07 20:30:41 eeh Exp $ */
/*
@@ -657,7 +657,6 @@ psycho_set_intr(struct psycho_softc *sc, int ipl, void *handler,
ih->ih_pil));
intr_establish(ipl, ih);
- *(ih->ih_map) |= INTMAP_V;
}
/*