Commit bae2697b authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] death of v86mode

Nothing uses v86mode any more, so this removes it,
and its space in the thread_struct.
parent 1cc260ff
......@@ -380,7 +380,7 @@ struct thread_struct {
/* virtual 86 mode info */
struct vm86_struct * vm86_info;
unsigned long screen_bitmap;
unsigned long v86flags, v86mask, v86mode, saved_esp0;
unsigned long v86flags, v86mask, saved_esp0;
/* IO permissions */
unsigned long *ts_io_bitmap;
};
......@@ -392,7 +392,7 @@ struct thread_struct {
{ [0 ... 7] = 0 }, /* debugging registers */ \
0, 0, 0, \
{ { 0, }, }, /* 387 state */ \
0,0,0,0,0,0, \
0,0,0,0,0, \
NULL, /* io permissions */ \
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment