put SOWEUPC back for profil
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 10 Dec 1982 10:53:47 +0000 (02:53 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 10 Dec 1982 10:53:47 +0000 (02:53 -0800)
SCCS-vsn: sys/sys/proc.h 4.19

usr/src/sys/sys/proc.h

index 8b5b0b6..97d9941 100644 (file)
@@ -1,4 +1,4 @@
-/*     proc.h  4.18    82/11/13        */
+/*     proc.h  4.19    82/12/09        */
 
 /*
  * One structure allocated per active
 
 /*
  * One structure allocated per active
@@ -113,7 +113,7 @@ int whichqs;                /* bit mask summarizing non-empty qs's */
 #define        STIMO   0x0040000       /* timing out during sleep */
 /* was SDETACH */
 #define        SNUSIG  0x0100000       /* using new signal mechanism */
 #define        STIMO   0x0040000       /* timing out during sleep */
 /* was SDETACH */
 #define        SNUSIG  0x0100000       /* using new signal mechanism */
-/* unused */
+#define        SOWEUPC 0x0200000       /* owe process an addupc() call at next ast */
 #define        SSEL    0x0400000       /* selecting; wakeup/waiting danger */
 #define        SLOGIN  0x0800000       /* a login process (legit child of init) */
 #define        SPTECHG 0x1000000       /* pte's for process have changed */
 #define        SSEL    0x0400000       /* selecting; wakeup/waiting danger */
 #define        SLOGIN  0x0800000       /* a login process (legit child of init) */
 #define        SPTECHG 0x1000000       /* pte's for process have changed */