]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/asm.h
xnu-2422.115.4.tar.gz
[apple/xnu.git] / osfmk / machine / asm.h
index 58297c58ddc540da978e14ab642f234bf351b22f..c43a64523746fb40abe4e93b1ce4e7775a15977a 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_ASM_H
 #define _MACHINE_ASM_H
 
-
-#if defined (__ppc__)
-#include "ppc/asm.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/asm.h"
 #else
 #error architecture not supported
 #endif
 
-
 #endif /* _MACHINE_ASM_H */