summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2007-10-31 20:14:33 +0000
committerkettenis <kettenis@openbsd.org>2007-10-31 20:14:33 +0000
commitf313146b8fb6ce4288a4c94c43211422777d106b (patch)
treea5e07313d94de559e43a7a1a30d746e3840364ed
parentPull from master repo, commit by gmcgarry: (diff)
downloadwireguard-openbsd-f313146b8fb6ce4288a4c94c43211422777d106b.tar.xz
wireguard-openbsd-f313146b8fb6ce4288a4c94c43211422777d106b.zip
Garbage collect ienab_bis() and ienab_bic().
Suggested by miod@
-rw-r--r--sys/arch/sparc64/sparc64/locore.s20
1 files changed, 1 insertions, 19 deletions
diff --git a/sys/arch/sparc64/sparc64/locore.s b/sys/arch/sparc64/sparc64/locore.s
index 8873ab23073..0a015574205 100644
--- a/sys/arch/sparc64/sparc64/locore.s
+++ b/sys/arch/sparc64/sparc64/locore.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.s,v 1.97 2007/10/29 21:27:25 kettenis Exp $ */
+/* $OpenBSD: locore.s,v 1.98 2007/10/31 20:14:33 kettenis Exp $ */
/* $NetBSD: locore.s,v 1.137 2001/08/13 06:10:10 jdolecek Exp $ */
/*
@@ -9100,24 +9100,6 @@ ENTRY(cecc_catch)
NOTREACHED
/*
- * ienab_bis(bis) int bis;
- * ienab_bic(bic) int bic;
- *
- * Set and clear bits in the interrupt register.
- */
-
-/*
- * sun4u has separate asr's for clearing/setting the interrupt mask.
- */
-ENTRY(ienab_bis)
- retl
- wr %o0, 0, SET_SOFTINT ! SET_SOFTINT
-
-ENTRY(ienab_bic)
- retl
- wr %o0, 0, CLEAR_SOFTINT ! CLEAR_SOFTINT
-
-/*
* send_softint(cpu, level, intrhand)
*
* Send a softint with an intrhand pointer so we can cause a vectored