]> 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 2bc81365a547d87b8c2adf59e06f371f9957229b..840d103b7f5bedece88d63cfc491cf19a1c97772 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
 #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
 #endif
 
-
 #endif /* _MACHINE_THREADx_H */