diff options
author | jake <jake@FreeBSD.org> | 2003-03-18 08:15:24 +0000 |
---|---|---|
committer | jake <jake@FreeBSD.org> | 2003-03-18 08:15:24 +0000 |
commit | 6c826bc36853c5dead86a073669bbde4d939e945 (patch) | |
tree | f44605f55826c4c3dfe100ede18234a9dbedc9ed | |
parent | 6c4e57c44b14dd2458b25ec5c6e8140593e9c65c (diff) | |
download | FreeBSD-src-6c826bc36853c5dead86a073669bbde4d939e945.zip FreeBSD-src-6c826bc36853c5dead86a073669bbde4d939e945.tar.gz |
Remove unused fields.
-rw-r--r-- | sys/sparc64/include/pcpu.h | 6 |
1 files changed, 1 insertions, 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; |