]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/thread.h
xnu-3789.1.32.tar.gz
[apple/xnu.git] / osfmk / machine / thread.h
index 35f964d52fcf45ae515d177162ba700633312b72..840d103b7f5bedece88d63cfc491cf19a1c97772 100644 (file)
@@ -28,9 +28,7 @@
 #ifndef _MACHINE_THREAD_H
 #define _MACHINE_THREAD_H
 
-#if defined (__ppc__)
-#include "ppc/thread.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/thread.h"
 #else
 #error architecture not supported