X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..13f56ec4e58bf8687e2a68032c093c0213dd519b:/osfmk/machine/simple_lock.h diff --git a/osfmk/machine/simple_lock.h b/osfmk/machine/simple_lock.h index 720ff9e78..30e2b44c5 100644 --- a/osfmk/machine/simple_lock.h +++ b/osfmk/machine/simple_lock.h @@ -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@ * @@ -30,16 +30,12 @@ #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