]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/syscall_sw.h
xnu-4570.41.2.tar.gz
[apple/xnu.git] / osfmk / mach / machine / syscall_sw.h
index 22b78d8e66c342e310dd2415e133868926e00773..bc364108af2bd2711d4c898f91d234a51ebc1e65 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@
  * 
 #ifndef _MACH_MACHINE_SYSCALL_SW_H_
 #define _MACH_MACHINE_SYSCALL_SW_H_
 
-#if defined (__ppc__) || defined (__ppc64__)
-#include "mach/ppc/syscall_sw.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined(__x86_64__)
 #include "mach/i386/syscall_sw.h"
+#elif defined (__arm__) || defined (__arm64__)
+#include "mach/arm/syscall_sw.h"
 #else
 #error architecture not supported
 #endif