define curpri
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Tue, 7 May 1991 03:53:41 +0000 (19:53 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Tue, 7 May 1991 03:53:41 +0000 (19:53 -0800)
SCCS-vsn: sys/kern/kern_synch.c 7.16

usr/src/sys/kern/kern_synch.c

index b93c93d..9932c09 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)kern_synch.c        7.15 (Berkeley) %G%
+ *     @(#)kern_synch.c        7.16 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -16,6 +16,8 @@
 
 #include "machine/cpu.h"
 
 
 #include "machine/cpu.h"
 
+u_char curpri;                 /* usrpri of curproc */
+
 /*
  * Force switch among equal priority processes every 100ms.
  */
 /*
  * Force switch among equal priority processes every 100ms.
  */