]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/processor_data.h
xnu-1456.1.26.tar.gz
[apple/xnu.git] / osfmk / kern / processor_data.h
index 0e3f64705e02d155ef54124caa858ae053734ef4..200ec35f3a6681406f88f35471f48e614c010b2f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003-2008 Apple Inc. All rights reserved.
+ * Copyright (c) 2003-2009 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -60,7 +60,7 @@ struct processor_data {
        }                                               stack_cache;
 
        /* VM event counters */
-       vm_statistics_data_t    vm_stat;
+       vm_statistics64_data_t  vm_stat;
 
        /* IPC free message cache */
        struct ikm_cache {