diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-11-09 17:32:28 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-11-09 17:32:28 +0000 |
commit | 5b7265cc919c67ef59625027826fb5ed597a57d4 (patch) | |
tree | eec509ec955c24704c93af95e8afe7cb70355f70 /sys/arch/hp300/include | |
parent | c4819adfb371c4b8ea161ad8d6188da1738027cd (diff) |
Get rid of IPL_TTYNOBUF, it was handled exactly like IPL_TTY for years.
Diffstat (limited to 'sys/arch/hp300/include')
-rw-r--r-- | sys/arch/hp300/include/intr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hp300/include/intr.h b/sys/arch/hp300/include/intr.h index db07ae7d614..9676a0f3c01 100644 --- a/sys/arch/hp300/include/intr.h +++ b/sys/arch/hp300/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.20 2007/05/25 21:27:15 krw Exp $ */ +/* $OpenBSD: intr.h,v 1.21 2007/11/09 17:32:27 miod Exp $ */ /* $NetBSD: intr.h,v 1.2 1997/07/24 05:43:08 scottr Exp $ */ /*- @@ -77,7 +77,6 @@ extern unsigned short hp300_vmipl; #define IPL_BIO 1 #define IPL_NET 2 #define IPL_TTY 3 -#define IPL_TTYNOBUF 4 /* XXX */ #define IPL_CLOCK 6 #define IPL_STATCLOCK 6 #define IPL_HIGH 7 |