]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/locks.h
xnu-4570.1.46.tar.gz
[apple/xnu.git] / osfmk / machine / locks.h
index 9d522fa03711462335eb80a67d96c7b6f7d973b5..5f198abc092813440b9cdea467c7a38382f4519f 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2004-2007 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
 #ifndef _MACHINE_LOCKS_H_
 #define _MACHINE_LOCKS_H_
 
 #ifndef _MACHINE_LOCKS_H_
 #define _MACHINE_LOCKS_H_
 
-
-#if defined (__ppc__)
-#include "ppc/locks.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/locks.h"
 #include "i386/locks.h"
+#elif defined (__arm__) || defined (__arm64__)
+#include "arm/locks.h"
 #else
 #error architecture not supported
 #endif
 
 #else
 #error architecture not supported
 #endif
 
-
 #endif /* _MACHINE_LOCKS_H_ */
 #endif /* _MACHINE_LOCKS_H_ */