X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..143464d58d2bd6378e74eec636961ceb0d32fb91:/osfmk/machine/asm.h diff --git a/osfmk/machine/asm.h b/osfmk/machine/asm.h index 58297c58d..c43a64523 100644 --- a/osfmk/machine/asm.h +++ b/osfmk/machine/asm.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@ * @@ -28,14 +28,10 @@ #ifndef _MACHINE_ASM_H #define _MACHINE_ASM_H - -#if defined (__ppc__) -#include "ppc/asm.h" -#elif defined (__i386__) +#if defined (__i386__) || defined (__x86_64__) #include "i386/asm.h" #else #error architecture not supported #endif - #endif /* _MACHINE_ASM_H */