]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/affinity.c
xnu-4570.1.46.tar.gz
[apple/xnu.git] / osfmk / kern / affinity.c
index 8e6b3ee5a15943d26ac83c78ed55ff95bc1911ce..bcce9af9b372d61e2abb14930e1a39059ddbd138 100644 (file)
@@ -84,8 +84,13 @@ static affinity_set_t affinity_set_remove(affinity_set_t aset, thread_t thread);
  * has a single pset, and last-processor affinity is
  * more important than pset affinity.
  */
+#if CONFIG_EMBEDDED
+boolean_t      affinity_sets_enabled = FALSE;
+int            affinity_sets_mapping = 0;
+#else /* !CONFIG_EMBEDDED */
 boolean_t      affinity_sets_enabled = TRUE;
 int            affinity_sets_mapping = 1;
+#endif /* !CONFIG_EMBEDDED */
 
 boolean_t
 thread_affinity_is_supported(void)