Skip to content

Commit

Permalink
[PATCH] uml: vm86 compile fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Jul 29, 2005
1 parent 8afe07c commit 6f313b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/asm-um/vm86.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#ifndef __UM_VM86_H
#define __UM_VM86_H

#include "asm/arch/vm86.h"

#endif

0 comments on commit 6f313b1

Please sign in to comment.