aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64/include/proc.h
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2000-09-30 17:48:44 +0000
committerDoug Rabson <dfr@FreeBSD.org>2000-09-30 17:48:44 +0000
commit431f3cb41dd33d61b63016f3374b99f550be23d8 (patch)
treee77d8d618e90ddf3849fd5780eaa9d10203f1bc7 /sys/ia64/include/proc.h
parent534f2a9dad783255926c89ab03551abe0180ea20 (diff)
Notes
Diffstat (limited to 'sys/ia64/include/proc.h')
-rw-r--r--sys/ia64/include/proc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/ia64/include/proc.h b/sys/ia64/include/proc.h
index a2e97164a5ea..226aa9497447 100644
--- a/sys/ia64/include/proc.h
+++ b/sys/ia64/include/proc.h
@@ -38,7 +38,6 @@
struct mdproc {
u_long md_flags;
struct trapframe *md_tf; /* trap/syscall registers */
- struct pcb *md_pcbpaddr; /* phys addr of the pcb */
};
#define MDP_FPUSED 0x0001 /* Process used the FPU */