diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-06-29 11:10:41 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-06-29 11:10:41 +0000 |
| commit | 6be523bca7a9ffdeef7141602017ab1b2f833a52 (patch) | |
| tree | cb74fd6ffd13686b7602fd19e3756d344a7b64e2 /sys/alpha/include/proc.h | |
| parent | ec2262612f4f696088834aa862c91f7af8ace232 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include/proc.h')
| -rw-r--r-- | sys/alpha/include/proc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/alpha/include/proc.h b/sys/alpha/include/proc.h index 3a83c3942f74..b3f98f66f5c2 100644 --- a/sys/alpha/include/proc.h +++ b/sys/alpha/include/proc.h @@ -45,7 +45,6 @@ struct mdbpt { struct mdproc { u_long md_flags; - struct trapframe *md_tf; /* trap/syscall registers */ struct pcb *md_pcbpaddr; /* phys addr of the pcb */ struct mdbpt md_sstep[2]; /* two single step breakpoints */ u_int64_t md_hae; /* user HAE register value */ |
