diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2003-03-18 08:15:24 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2003-03-18 08:15:24 +0000 |
| commit | eb51ffcb6d72ccc2249cc61e81aa74c3ee364c53 (patch) | |
| tree | f44605f55826c4c3dfe100ede18234a9dbedc9ed /sys | |
| parent | 538aabaad9fbaef3215808f42db4fe7b61c79189 (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 cb0033b0aed5c..b59469f861ecd 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; |
