Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f313b12 authored by Jeff Dike's avatar Jeff Dike Committed by Linus Torvalds
Browse files

[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: default avatarJeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 8afe07ce
Loading
Loading
Loading
Loading

include/asm-um/vm86.h

0 → 100644
+6 −0
Original line number Diff line number Diff line
#ifndef __UM_VM86_H
#define __UM_VM86_H

#include "asm/arch/vm86.h"

#endif