From affbd3ccca8e26191a210ec9f9ffae170f919afd Mon Sep 17 00:00:00 2001 From: kchow Date: Wed, 24 Aug 2005 15:17:32 -0700 Subject: 6286816 page_numtopp_nolock is inefficent 6288107 Missing comment terminator in i86pc/ml/locore.s 6290613 high page_get_cachelist failure rate on jurassic 6297005 performance issues with page_nextn() --- usr/src/uts/common/sys/cpuvar.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr/src/uts/common/sys/cpuvar.h') diff --git a/usr/src/uts/common/sys/cpuvar.h b/usr/src/uts/common/sys/cpuvar.h index a72fa96ca3..9d83937f6a 100644 --- a/usr/src/uts/common/sys/cpuvar.h +++ b/usr/src/uts/common/sys/cpuvar.h @@ -200,6 +200,7 @@ typedef struct cpu { * this cpu. Cleared at start of interrupt redistribution. */ int32_t cpu_intr_weight; + void *cpu_vm_data; #if (defined(_KERNEL) || defined(_KMEMUSER)) && defined(_MACHDEP) /* @@ -658,6 +659,8 @@ extern void cpu_state_change_notify(int, cpu_setup_t); #define CPU_IDSTRLEN 100 extern void init_cpu_info(struct cpu *); +extern void cpu_vm_data_init(struct cpu *); +extern void cpu_vm_data_destroy(struct cpu *); #endif /* _KERNEL */ -- cgit v1.2.3