X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/94ff46dc2849db4d43eaaf144872decc522aafb4..c6bf4f310a33a9262d455ea4d3f0630b1255e3fe:/bsd/pthread/workqueue_internal.h diff --git a/bsd/pthread/workqueue_internal.h b/bsd/pthread/workqueue_internal.h index 082441370..67a0b9b2b 100644 --- a/bsd/pthread/workqueue_internal.h +++ b/bsd/pthread/workqueue_internal.h @@ -302,7 +302,6 @@ enum workq_set_self_flags { WORKQ_SET_SELF_FIXEDPRIORITY_FLAG = 0x04, WORKQ_SET_SELF_TIMESHARE_FLAG = 0x08, WORKQ_SET_SELF_WQ_KEVENT_UNBIND = 0x10, - WORKQ_SET_SELF_ALTERNATE_AMX = 0x20, }; void workq_proc_suspended(struct proc *p);