diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-10-10 12:40:09 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-10-10 12:40:09 +0000 |
| commit | b54470b43331b5a9104533d2dc543de04415ac98 (patch) | |
| tree | 1815e52a8e484df1fce6fa79e4e7f1b361148b8b /sys/amd64/include | |
| parent | 3acc17d7875b672ef44ac60addbb80a8a66ee9fe (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/pcb.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h index 26acab93a9cd..0899a5b00a1a 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_ */ |
