]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/thread_state.h
xnu-2782.20.48.tar.gz
[apple/xnu.git] / osfmk / mach / machine / thread_state.h
index c11399a0daae50edf82587e850620b7754c3ebd1..0614776989d87a606909a600c8154cfe01e79f50 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -29,9 +29,7 @@
 #ifndef _MACH_MACHINE_THREAD_STATE_H_
 #define _MACH_MACHINE_THREAD_STATE_H_
 
-#if defined (__ppc__) || defined(__ppc64__)
-#include "mach/ppc/thread_state.h"
-#elif defined (__i386__) || defined(__x86_64__)
+#if defined (__i386__) || defined(__x86_64__)
 #include "mach/i386/thread_state.h"
 #else
 #error architecture not supported