]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/simple_lock.h
xnu-1699.32.7.tar.gz
[apple/xnu.git] / osfmk / machine / simple_lock.h
index 720ff9e780bac7c19d5b06e77b2e884d7b203ff2..30e2b44c5e5f9e691219a3575af039ec2632913f 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_SIMPLE_LOCK_H_
 #define _MACHINE_SIMPLE_LOCK_H_
 
-
-#if defined (__ppc__)
-#include "ppc/simple_lock.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/simple_lock.h"
 #else
 #error architecture not supported
 #endif
 
-
 #endif /* _MACHINE_SIMPLE_LOCK_H_ */
 
 #endif