]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/machine/commpage.h
xnu-1456.1.26.tar.gz
[apple/xnu.git] / osfmk / machine / commpage.h
index 8c442277f46a9687453ce0dd4c54149341d477c8..c3d3a9989ad80130aae1e1235f27868310bdf530 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@
  * 
@@ -31,7 +31,7 @@
 
 #if defined (__ppc__)
 #include "ppc/commpage/commpage.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined (__x86_64__)
 #include "i386/commpage/commpage.h"
 #else
 #error architecture not supported