[PATCH] uml: vm86 compile fix
We added an include of asm/vm86.h in include/asm-i386/ptrace.h. Since UML includes the underlying arch's ptrace.h, it needs an asm/vm86.h in order to build. Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
8afe07ce00
commit
6f313b1233
|
@ -0,0 +1,6 @@
|
|||
#ifndef __UM_VM86_H
|
||||
#define __UM_VM86_H
|
||||
|
||||
#include "asm/arch/vm86.h"
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue