]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/processor_info.h
xnu-792.6.61.tar.gz
[apple/xnu.git] / osfmk / mach / machine / processor_info.h
index fa04db434c6e6987e8aa4d4d2b5673e090e39638..f8944a03fccd28e618a7521d9e856b0aae6cabaf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  * 
  * @APPLE_LICENSE_HEADER_END@
  */
+
 #ifndef _MACH_MACHINE_PROCESSOR_INFO_H_
 #define _MACH_MACHINE_PROCESSOR_INFO_H_
 
-
-#if defined (__ppc__)
+#if defined (__ppc__) || defined (__ppc64__)
 #include "mach/ppc/processor_info.h"
 #elif defined (__i386__)
 #include "mach/i386/processor_info.h"
@@ -31,5 +31,4 @@
 #error architecture not supported
 #endif
 
-
 #endif /* _MACH_MACHINE_PROCESSOR_INFO_H_ */