aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/pcpu.h
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2002-08-15 05:24:55 +0000
committerJake Burkholder <jake@FreeBSD.org>2002-08-15 05:24:55 +0000
commitb5d2ed3047e46d1bebae570c61bb559a0923c330 (patch)
tree3b9c4b49a8bc94a92403d016310bc9a9c08b7c96 /sys/sparc64/include/pcpu.h
parent782ce2878134c6d2b486bf128482355754725c7c (diff)
downloadsrc-b5d2ed3047e46d1bebae570c61bb559a0923c330.tar.gz
src-b5d2ed3047e46d1bebae570c61bb559a0923c330.zip
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.
Notes
Notes: svn path=/head/; revision=101898
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 24d16cf46041..cb0033b0aed5 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; \