diff options
| author | David Xu <davidxu@FreeBSD.org> | 2002-11-07 01:34:23 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2002-11-07 01:34:23 +0000 |
| commit | 8c132e9fae00a4adb44a104f8cdd3619b8d4b1b3 (patch) | |
| tree | 09661ce33c70fa2a73dd4342e573bb4624255036 /sys/i386/include/pcb.h | |
| parent | f3595051aa102971142dd32d5dfc1ce090cd00ec (diff) | |
Notes
Diffstat (limited to 'sys/i386/include/pcb.h')
| -rw-r--r-- | sys/i386/include/pcb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/include/pcb.h b/sys/i386/include/pcb.h index 013fc00de596..c7a837b08782 100644 --- a/sys/i386/include/pcb.h +++ b/sys/i386/include/pcb.h @@ -67,6 +67,8 @@ struct pcb { #define PCB_DBREGS 0x02 /* process using debug registers */ #define PCB_NPXTRAP 0x04 /* npx trap pending */ #define PCB_NPXINITDONE 0x08 /* fpu state is initialized */ +#define PCB_VM86CALL 0x10 /* in vm86 call */ + caddr_t pcb_onfault; /* copyin/out fault recovery */ int pcb_gs; struct pcb_ext *pcb_ext; /* optional pcb extension */ |
