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