]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/processor_info.h
xnu-2782.1.97.tar.gz
[apple/xnu.git] / osfmk / mach / machine / processor_info.h
index ba177f5ef0c5707d84281c4e4e63ffb0a57124f6..c7ddb5b015cf29ec45319944a2881e9e86d83a5e 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_PROCESSOR_INFO_H_
 #define _MACH_MACHINE_PROCESSOR_INFO_H_
 
-#if defined (__ppc__) || defined (__ppc64__)
-#include "mach/ppc/processor_info.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined(__x86_64__)
 #include "mach/i386/processor_info.h"
 #else
 #error architecture not supported