summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pcb.h
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2002-02-26 20:33:41 +0000
committerdillon <dillon@FreeBSD.org>2002-02-26 20:33:41 +0000
commit996781f17a00793462f9b311d5f8e7a458679909 (patch)
tree7ede0e88befde8b862a573c1bafc540a03a87d83 /sys/amd64/include/pcb.h
parent118717618343ff3fc9166354457e2ab28cb86fbe (diff)
downloadFreeBSD-src-996781f17a00793462f9b311d5f8e7a458679909.zip
FreeBSD-src-996781f17a00793462f9b311d5f8e7a458679909.tar.gz
revert last commit temporarily due to whining on the lists.
Diffstat (limited to 'sys/amd64/include/pcb.h')
-rw-r--r--sys/amd64/include/pcb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h
index 9a1f338..d4a375a 100644
--- a/sys/amd64/include/pcb.h
+++ b/sys/amd64/include/pcb.h
@@ -69,8 +69,7 @@ struct pcb {
caddr_t pcb_onfault; /* copyin/out fault recovery */
int pcb_gs;
struct pcb_ext *pcb_ext; /* optional pcb extension */
- int pcb_psl; /* process status long */
- u_long __pcb_spare[2]; /* adjust to avoid core dump size changes */
+ u_long __pcb_spare[3]; /* adjust to avoid core dump size changes */
};
/*
OpenPOWER on IntegriCloud