summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys
diff options
context:
space:
mode:
authorkchow <none@none>2005-08-24 15:17:32 -0700
committerkchow <none@none>2005-08-24 15:17:32 -0700
commitaffbd3ccca8e26191a210ec9f9ffae170f919afd (patch)
tree7c0b6f58653b11f5821f876998bd00b9627f1907 /usr/src/uts/common/sys
parentb5cda42e4451eb63c27c9fb170e50e628aa89257 (diff)
downloadillumos-joyent-affbd3ccca8e26191a210ec9f9ffae170f919afd.tar.gz
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()
Diffstat (limited to 'usr/src/uts/common/sys')
-rw-r--r--usr/src/uts/common/sys/cpuvar.h3
1 files changed, 3 insertions, 0 deletions
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 */