/*
- * Copyright (c) 2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2004-2007 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
#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"
+#elif defined (__arm__) || defined (__arm64__)
+#include "arm/locks.h"
#else
#error architecture not supported
#endif
-
#endif /* _MACHINE_LOCKS_H_ */