X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..bca245acd4c03fd752d1a45f011ad495e60fe53d:/osfmk/mach/sync_policy.h diff --git a/osfmk/mach/sync_policy.h b/osfmk/mach/sync_policy.h index 605388fcc..648c6e16b 100644 --- a/osfmk/mach/sync_policy.h +++ b/osfmk/mach/sync_policy.h @@ -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 */