]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/machlimits.h
xnu-3789.41.3.tar.gz
[apple/xnu.git] / osfmk / machine / machlimits.h
index 68c92f0b8c8db883ce04169446748d3a9e9ee82c..fee4ddf0c6c96fa40f4ee7fd47cd1457d946f8fc 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_MACHLIMITS_H
 #define _MACHINE_MACHLIMITS_H
 
-
-#if defined (__ppc__)
-#include "ppc/machlimits.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined (__x86_64__)
 #include "i386/machlimits.h"
 #else
 #error architecture not supported
 #endif
 
-
 #endif /* _MACHINE_MACHLIMITS_H */