- pmsd pms; /* Power Management Stepper control */
- uint64_t rtcPop; /* when the etimer wants a timer pop */
-
- vm_offset_t cpu_copywindow_base;
- uint64_t *cpu_copywindow_pdp;
-
- vm_offset_t cpu_physwindow_base;
- uint64_t *cpu_physwindow_ptep;
- void *cpu_hi_iss;
- boolean_t cpu_tlb_invalid;
-
- uint64_t *cpu_pmHpet; /* Address of the HPET for this processor */
- uint32_t cpu_pmHpetVec; /* Interrupt vector for HPET for this processor */
-/* Statistics */
- pmStats_t cpu_pmStats; /* Power management data */
- uint32_t cpu_hwIntCnt[256]; /* Interrupt counts */
-
+
+#if NCOPY_WINDOWS > 0
+ vm_offset_t cpu_copywindow_base;
+ uint64_t *cpu_copywindow_pdp;
+
+ vm_offset_t cpu_physwindow_base;
+ uint64_t *cpu_physwindow_ptep;
+ void *cpu_hi_iss;
+#endif
+
+
+
+ volatile boolean_t cpu_tlb_invalid;
+ uint32_t cpu_hwIntCnt[256]; /* Interrupt counts */