[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:
Jeff Dike 2005-07-28 21:16:05 -07:00 committed by Linus Torvalds
parent 8afe07ce00
commit 6f313b1233

6
include/asm-um/vm86.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef __UM_VM86_H
#define __UM_VM86_H
#include "asm/arch/vm86.h"
#endif