-/*
- * CPM-specific event counters.
- */
-#define VM_CPM_COUNTERS (MACH_KDB && MACH_COUNTERS && VM_CPM)
-#if VM_CPM_COUNTERS
-#define cpm_counter(foo) foo
-#else /* VM_CPM_COUNTERS */
-#define cpm_counter(foo)
-#endif /* VM_CPM_COUNTERS */
-
-#endif /* _VM_CPM_H_ */