]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/thread_status.h
xnu-1699.22.73.tar.gz
[apple/xnu.git] / osfmk / mach / machine / thread_status.h
index ad5eff08f7663a2161687427c35a072c1359bf7f..74cda959683689020ad2858cd326b43b37624957 100644 (file)
 #ifndef _MACH_MACHINE_THREAD_STATUS_H_
 #define _MACH_MACHINE_THREAD_STATUS_H_
 
-#if defined (__ppc__) || defined (__ppc64__)
-#include "mach/ppc/thread_status.h"
-#elif defined (__i386__) || defined(__x86_64__)
+#if defined (__i386__) || defined(__x86_64__)
 #include "mach/i386/thread_status.h"
-#elif defined (__arm__)
-#include "mach/arm/thread_status.h"
 #else
 #error architecture not supported
 #endif