]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/sync_policy.h
xnu-6153.121.1.tar.gz
[apple/xnu.git] / osfmk / mach / sync_policy.h
index 605388fcc71f222ecdc2f2b0bed6c5c041e1d686..648c6e16b3e120abbe9f72f80293045227fbd2f8 100644 (file)
@@ -51,13 +51,8 @@ typedef int sync_policy_t;
 
 #define SYNC_POLICY_PREPOST             0x4
 #define SYNC_POLICY_DISABLE_IRQ         0x8
-
-/*
- * If the waitq is IRQ safe, 0x10 suggests it's a waitq embedded in turnstile.
- * If the waitq is not IRQ safe, 0x10 suggests it's a waitq of a port and should use it's turnstile safeq.
- */
 #define SYNC_POLICY_TURNSTILE           0x10
-#define SYNC_POLICY_PORT                0x10
+#define SYNC_POLICY_TURNSTILE_PROXY     0x20
 
 #endif  /* KERNEL_PRIVATE */