]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/kpc_thread.c
xnu-4570.20.62.tar.gz
[apple/xnu.git] / osfmk / kern / kpc_thread.c
index aa8f261d4397eb6d04b31e33e1cfee8be5e496f2..248ea3c56b29ab35e13c1ecd550825cd6e0ab5e6 100644 (file)
 #include <kperf/kperf_kpc.h>
 #include <kern/kpc.h>
 
+#if defined (__arm64__)
+#include <arm/cpu_data_internal.h>
+#elif defined (__arm__)
+#include <arm/cpu_data_internal.h>
+#endif
 
 /* global for whether to read PMCs on context switch */
 int kpc_threads_counting = 0;