diff options
| author | Patrick Mochel <mochel@osdl.org> | 2002-12-26 00:39:43 -0600 |
|---|---|---|
| committer | Patrick Mochel <mochel@osdl.org> | 2002-12-26 00:39:43 -0600 |
| commit | 5bab068f962e67a0b08a1230fb7cec75ed56c97b (patch) | |
| tree | 903ba01f0f0e29bffa30e6c7fc2a6e62be4997c0 /include | |
| parent | 241fa311726974770747eb11585907d53be22ae0 (diff) | |
| parent | 56eb992ec0a05e0b66e4f0a967adb250e23c5df2 (diff) | |
Merge bk://linux.bkbits.net/linux-2.5
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virgin
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-i386/processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-i386/processor.h b/include/asm-i386/processor.h index bf944abdf821..156c53c50c90 100644 --- a/include/asm-i386/processor.h +++ b/include/asm-i386/processor.h @@ -387,6 +387,7 @@ struct thread_struct { struct vm86_struct * vm86_info; unsigned long screen_bitmap; unsigned long v86flags, v86mask, saved_esp0; + unsigned int saved_fs, saved_gs; /* IO permissions */ unsigned long *ts_io_bitmap; }; |
