summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/proc.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2000-09-30 17:48:44 +0000
committerdfr <dfr@FreeBSD.org>2000-09-30 17:48:44 +0000
commitfdfd00f78be6684d8686344118eb51f92eafa29f (patch)
treeea18541d8b8e953ea42c9668143f0a3ad698827c /sys/ia64/include/proc.h
parentcd493b1404e173be5cf5eb898464e1f27cdb8538 (diff)
downloadFreeBSD-src-fdfd00f78be6684d8686344118eb51f92eafa29f.zip
FreeBSD-src-fdfd00f78be6684d8686344118eb51f92eafa29f.tar.gz
Next round of ia64 work, including fixes to context switching,
implementing cpu_fork(), copy*str(), bcopy(), copy{in,out}(). With these changes, my test kernel reaches the mountroot prompt.
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 a2e9716..226aa94 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 */
OpenPOWER on IntegriCloud