summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2008-01-06 16:09:50 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2008-01-06 16:09:50 +0000
commitd06cbb97a7cd4e005dbe4790d1dc22b29f4adf82 (patch)
tree3724a767a61a4c93bc6f865fca652dfcfe019817 /sys/arch
parente02ed473d3bd3e5d6e08661215d1a6206941aabf (diff)
Add STICK_INT.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc64/include/ctlreg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/include/ctlreg.h b/sys/arch/sparc64/include/ctlreg.h
index 41e75f5d2a9..64fb5ccc44e 100644
--- a/sys/arch/sparc64/include/ctlreg.h
+++ b/sys/arch/sparc64/include/ctlreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ctlreg.h,v 1.14 2008/01/03 22:33:49 miod Exp $ */
+/* $OpenBSD: ctlreg.h,v 1.15 2008/01/06 16:09:49 kettenis Exp $ */
/* $NetBSD: ctlreg.h,v 1.28 2001/08/06 23:55:34 eeh Exp $ */
/*
@@ -438,6 +438,7 @@
#define SOFTINT13 (0x1<<13)
#define SOFTINT14 (0x1<<14)
#define SOFTINT15 (0x1<<15)
+#define STICK_INT (0x1<<16)
/* Interrupt Dispatch -- usually reserved for cross-calls */
#define ASR_IDSR 0x48 /* Interrupt dispatch status reg */