summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/pcpu.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-08-15 05:24:55 +0000
committerjake <jake@FreeBSD.org>2002-08-15 05:24:55 +0000
commit07153efecfa65148be3bc44a22cb9979849679f1 (patch)
tree3b9c4b49a8bc94a92403d016310bc9a9c08b7c96 /sys/sparc64/include/pcpu.h
parentbf0a4d70279b4adcfeb023b87152c4bb34fbad8d (diff)
downloadFreeBSD-src-07153efecfa65148be3bc44a22cb9979849679f1.zip
FreeBSD-src-07153efecfa65148be3bc44a22cb9979849679f1.tar.gz
Store the number of itlb and dtlb entries separately; they may be different.
Find the prom node for the boot cpu earlier and store it in the per-cpu area, so that cache_init can be called earlier.
Diffstat (limited to 'sys/sparc64/include/pcpu.h')
-rw-r--r--sys/sparc64/include/pcpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/include/pcpu.h b/sys/sparc64/include/pcpu.h
index 24d16cf..cb0033b 100644
--- a/sys/sparc64/include/pcpu.h
+++ b/sys/sparc64/include/pcpu.h
@@ -52,6 +52,7 @@ struct vmspace;
struct vmspace *pc_vmspace; \
vm_offset_t pc_addr; \
u_int pc_mid; \
+ u_int pc_node; \
u_int pc_tlb_ctx; \
u_int pc_tlb_ctx_max; \
u_int pc_tlb_ctx_min; \
OpenPOWER on IntegriCloud