diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-12-19 08:58:08 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-12-19 08:58:08 +0000 |
commit | d8afae924f4db99650aa0df115c6ae66ed02b950 (patch) | |
tree | a2cbc045f0eb624a394f8e45fea1a58ecf1faaf0 /sys/arch/sparc/include/psl.h | |
parent | 4a6c79ff4f05aaae32458104529a9a9e0d3d208b (diff) |
UBC was a disaster. It worked very good when it worked, but on some
machines or some configurations or in some phase of the moon (we actually
don't know when or why) files disappeared. Since we've not been able to
track down the problem in two weeks intense debugging and we need -current
to be stable, back out everything to a state it had before UBC.
We apologise for the inconvenience.
Diffstat (limited to 'sys/arch/sparc/include/psl.h')
-rw-r--r-- | sys/arch/sparc/include/psl.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/psl.h b/sys/arch/sparc/include/psl.h index 7b1139f03c0..8959f9f1072 100644 --- a/sys/arch/sparc/include/psl.h +++ b/sys/arch/sparc/include/psl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: psl.h,v 1.7 2001/12/07 10:38:11 art Exp $ */ +/* $OpenBSD: psl.h,v 1.8 2001/12/19 08:58:05 art Exp $ */ /* $NetBSD: psl.h,v 1.12 1997/03/10 21:49:11 pk Exp $ */ /* @@ -203,6 +203,11 @@ SPLHOLD(spltty, PIL_TTY) SPLHOLD(splimp, 7) SPLHOLD(splvm, 7) +/* + * remove. + */ +SPLHOLD(splpmap, 7) + SPLHOLD(splclock, PIL_CLOCK) /* fd hardware interrupts are at level 11 */ |