]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/proc.h
xnu-792.10.96.tar.gz
[apple/xnu.git] / bsd / sys / proc.h
index cbf1b3a805e512dc69d3189693b97f7e40385c13..161b7b1f37e4dcaf81403bc928ce2e9935cb6cd4 100644 (file)
@@ -177,7 +177,8 @@ struct extern_proc {
 #define        P_OWEUPC        0x00008000      /* Owe process an addupc() call at next ast. */
 
 #define        P_AFFINITY      0x00010000      /* xxx */
-#define        P_CLASSIC       0x00020000      /* xxx */
+#define        P_TRANSLATED    0x00020000      /* xxx */
+#define        P_CLASSIC       P_TRANSLATED    /* xxx */
 /*
 #define        P_FSTRACE       0x10000 / * tracing via file system (elsewhere?) * /
 #define        P_SSTEP         0x20000 / * process needs single-step fixup ??? * /