From 6c826bc36853c5dead86a073669bbde4d939e945 Mon Sep 17 00:00:00 2001 From: jake Date: Tue, 18 Mar 2003 08:15:24 +0000 Subject: Remove unused fields. --- sys/sparc64/include/pcpu.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/sparc64/include/pcpu.h b/sys/sparc64/include/pcpu.h index cb0033b..b59469f 100644 --- a/sys/sparc64/include/pcpu.h +++ b/sys/sparc64/include/pcpu.h @@ -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; -- cgit v1.1