summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2008-06-02 19:39:08 +0000
committerkettenis <kettenis@openbsd.org>2008-06-02 19:39:08 +0000
commit50ce96648b0dd2b34330cf6986a31c65d09de05e (patch)
tree0d7159b3622f8aaad9e89c7d6c8d6142b829b7f3
parentspray takes no additional arguments; from ferdek.y.no-ip.pl (diff)
downloadwireguard-openbsd-50ce96648b0dd2b34330cf6986a31c65d09de05e.tar.xz
wireguard-openbsd-50ce96648b0dd2b34330cf6986a31c65d09de05e.zip
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;
}
/*