Disable CLKF_BASEPRI() again. I forgot to edit an unwanted change out of

the diffs for the previous commit.
This commit is contained in:
bde 1994-12-03 10:18:24 +00:00
parent 507c04bcc3
commit fd3ce8329c
2 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)cpu.h 5.4 (Berkeley) 5/9/91
* $Id: cpu.h,v 1.17 1994/11/26 09:27:58 phk Exp $
* $Id: cpu.h,v 1.18 1994/12/03 10:02:53 bde Exp $
*/
#ifndef _MACHINE_CPU_H_
@ -59,7 +59,7 @@
#define CLKF_USERMODE(framep) (ISPL((framep)->cf_cs) == SEL_UPL)
#define CLKF_INTR(framep) (intr_nesting_level >= 2)
#if 1
#if 0
/*
* XXX splsoftclock() is very broken and barely worth fixing. It doesn't
* turn off the clock bit in imen or in the icu. (This is not a serious

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)cpu.h 5.4 (Berkeley) 5/9/91
* $Id: cpu.h,v 1.17 1994/11/26 09:27:58 phk Exp $
* $Id: cpu.h,v 1.18 1994/12/03 10:02:53 bde Exp $
*/
#ifndef _MACHINE_CPU_H_
@ -59,7 +59,7 @@
#define CLKF_USERMODE(framep) (ISPL((framep)->cf_cs) == SEL_UPL)
#define CLKF_INTR(framep) (intr_nesting_level >= 2)
#if 1
#if 0
/*
* XXX splsoftclock() is very broken and barely worth fixing. It doesn't
* turn off the clock bit in imen or in the icu. (This is not a serious