diff options
author | 2008-01-06 16:09:49 +0000 | |
---|---|---|
committer | 2008-01-06 16:09:49 +0000 | |
commit | 9b4e6ba4c0adf4963a28274a9e10c54ba4e1d92e (patch) | |
tree | 33dd75dfa2f82d858d25337f69c49e3f3ae96841 | |
parent | remove out of date/irrelevant section of BUGS dealing with ip6; (diff) | |
download | wireguard-openbsd-9b4e6ba4c0adf4963a28274a9e10c54ba4e1d92e.tar.xz wireguard-openbsd-9b4e6ba4c0adf4963a28274a9e10c54ba4e1d92e.zip |
Add STICK_INT.
-rw-r--r-- | sys/arch/sparc64/include/ctlreg.h | 3 |
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 */ |