X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/21362eb3e66fd2c787aee132bce100a44d71a99c..ca66cea69e6e866fd781ae2260d9474bdd48f2ca:/bsd/machine/profile.h diff --git a/bsd/machine/profile.h b/bsd/machine/profile.h index eabd5200f..ea28264c6 100644 --- a/bsd/machine/profile.h +++ b/bsd/machine/profile.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved. + * Copyright (c) 1997-2007 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * @@ -26,8 +26,6 @@ * @APPLE_OSREFERENCE_LICENSE_HEADER_END@ */ /* - * Copyright 1997 Apple Computer, Inc. All rights reserved. - * * History : * 29-Sep-1997 Umesh Vaishampayan * Created. @@ -35,14 +33,12 @@ #ifndef _BSD_MACHINE_PROFILE_H_ #define _BSD_MACHINE_PROFILE_H_ - #if defined (__ppc__) || defined (__ppc64__) #include "ppc/profile.h" -#elif defined (__i386__) +#elif defined (__i386__) || defined(__x86_64__) #include "i386/profile.h" #else #error architecture not supported #endif - #endif /* _BSD_MACHINE_PROFILE_H_ */