]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/cpu_number.h
xnu-2422.1.72.tar.gz
[apple/xnu.git] / osfmk / machine / cpu_number.h
index edcdc65603fa4de2e225c11e06f9fe62aa49f561..45c4b2b4d1da72a6a1803b0d5f206e5eaca5e53c 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_CPU_NUMBER_H
 #define _MACHINE_CPU_NUMBER_H
 
-
-#if defined (__ppc__)
-#include "ppc/cpu_number.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/cpu_number.h"
 #else
 #error architecture not supported
 #endif
 
-
 #endif /* _MACHINE_CPU_NUMBER_H */
 
 #endif /* KERNEL_PRIVATE */