]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ppc/exception.h
xnu-792.18.15.tar.gz
[apple/xnu.git] / osfmk / ppc / exception.h
index f75e5e2db06ba405537790878b0f77991edfcd46..f4e9da93fae10f50ee3cdb5a0a44ae3de4974efc 100644 (file)
 #include <mach/boolean.h>
 #include <kern/ast.h>
 #include <kern/cpu_data.h>
+#include <kern/pms.h>
 #include <pexpert/pexpert.h>
 #include <IOKit/IOInterrupts.h>
 #include <ppc/machine_routines.h>
-#include <ppc/pms.h>
 #include <ppc/rtclock.h>
 
 /*     Per processor CPU features */
@@ -349,7 +349,7 @@ struct per_proc_info {
        /* PPC cache line boundary here - 140 */
        void *                  pp_cbfr;
        void *                  pp_chud;
-       uint64_t                rtclock_tick_deadline;
+       uint64_t                rtclock_intr_deadline;
        rtclock_timer_t rtclock_timer;
        unsigned int    ppbbTaskEnv;            /* BlueBox Task Environment */