Commit 55f3c6b7 authored by Linus Torvalds's avatar Linus Torvalds

Annotate vm86_info as a pointer to user space.

parent c3a4b4b3
......@@ -400,7 +400,7 @@ struct thread_struct {
/* floating point info */
union i387_union i387;
/* virtual 86 mode info */
struct vm86_struct * vm86_info;
struct vm86_struct __user * vm86_info;
unsigned long screen_bitmap;
unsigned long v86flags, v86mask, saved_esp0;
unsigned int saved_fs, saved_gs;
......
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