Remove unused fields.

This commit is contained in:
Jake Burkholder 2003-03-18 08:15:24 +00:00
parent 538aabaad9
commit eb51ffcb6d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112366

View file

@ -55,11 +55,7 @@ struct vmspace;
u_int pc_node; \
u_int pc_tlb_ctx; \
u_int pc_tlb_ctx_max; \
u_int pc_tlb_ctx_min; \
u_int pc_wp_insn; /* watch point support */ \
u_long pc_wp_pstate; \
u_long pc_wp_va; \
int pc_wp_mask
u_int pc_tlb_ctx_min
struct pcb;
struct pcpu;