summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-10-10 12:40:09 +0000
committerpeter <peter@FreeBSD.org>1997-10-10 12:40:09 +0000
commit9e4602190514d9a532398fe1f006104795e5142b (patch)
tree72cac6824fa777a26999ea64639f25a7ba31c799 /sys/amd64
parentd590550373ce1ea43687c0f9e37b198fec63da6e (diff)
downloadFreeBSD-src-9e4602190514d9a532398fe1f006104795e5142b.zip
FreeBSD-src-9e4602190514d9a532398fe1f006104795e5142b.tar.gz
Don't #include unneeded includes here. pcb_ext.h picks up lots of other
stuff with it.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/pcb.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h
index 26acab9..0899a5b 100644
--- a/sys/amd64/include/pcb.h
+++ b/sys/amd64/include/pcb.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)pcb.h 5.10 (Berkeley) 5/12/91
- * $Id: pcb.h,v 1.23 1997/06/22 16:03:51 peter Exp $
+ * $Id: pcb.h,v 1.24 1997/08/09 00:03:18 dyson Exp $
*/
#ifndef _I386_PCB_H_
@@ -43,9 +43,7 @@
/*
* Intel 386 process control block
*/
-#include <machine/tss.h>
#include <machine/npx.h>
-#include <machine/pcb_ext.h>
struct pcb {
int pcb_cr3;
@@ -79,7 +77,7 @@ struct md_coredump {
extern struct pcb *curpcb; /* our current running pcb */
-void savectx __P((struct pcb*));
+void savectx __P((struct pcb *));
#endif
#endif /* _I386_PCB_H_ */
OpenPOWER on IntegriCloud