]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/cpu_data.h
xnu-1456.1.26.tar.gz
[apple/xnu.git] / osfmk / machine / cpu_data.h
index b541358da4712b134752be2ad7f073b807582098..0a047481f46e7dcc5a253ad6fc33b230bac53c0f 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_DATA_H
 #define _MACHINE_CPU_DATA_H
 
-
 #if defined (__ppc__)
 #include "ppc/cpu_data.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined (__x86_64__)
 #include "i386/cpu_data.h"
 #else
 #error architecture not supported
 #endif
 
-
 #endif /* _MACHINE_CPU_DATA_H */