Re: [PATCH 1/8] x86/vm86: Move vm86 fields out of thread_struct

2015-07-29 Thread Andy Lutomirski
On Tue, Jul 28, 2015 at 10:41 PM, Brian Gerst wrote: > Allocate a separate structure for the vm86 fields. Acked-by: Andy Lutomirski -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger

[PATCH 1/8] x86/vm86: Move vm86 fields out of thread_struct

2015-07-28 Thread Brian Gerst
Allocate a separate structure for the vm86 fields. Signed-off-by: Brian Gerst --- arch/x86/include/asm/processor.h | 11 +++--- arch/x86/include/asm/vm86.h | 19 - arch/x86/kernel/process.c| 3 +++ arch/x86/kernel/vm86_32.c| 46 +++---