summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Dike2005-07-29 06:16:05 +0200
committerLinus Torvalds2005-07-29 06:46:03 +0200
commit6f313b12335abf010802751c45249e7a0007a232 (patch)
tree9cbee37b5b09ec12424e7324845f805ea6c7b404 /include
parent[PATCH] uml: avoid unnecessary pcap rebuild (diff)
downloadkernel-qcow2-linux-6f313b12335abf010802751c45249e7a0007a232.tar.gz
kernel-qcow2-linux-6f313b12335abf010802751c45249e7a0007a232.tar.xz
kernel-qcow2-linux-6f313b12335abf010802751c45249e7a0007a232.zip
[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>
Diffstat (limited to 'include')
-rw-r--r--include/asm-um/vm86.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-um/vm86.h b/include/asm-um/vm86.h
new file mode 100644
index 000000000000..7801f82de1f4
--- /dev/null
+++ b/include/asm-um/vm86.h
@@ -0,0 +1,6 @@
+#ifndef __UM_VM86_H
+#define __UM_VM86_H
+
+#include "asm/arch/vm86.h"
+
+#endif