From: Jeff Dike Date: Sun, 24 Jun 2007 00:16:39 +0000 (-0700) Subject: uml: add asm/paravirt.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4c18a325645bf98850ca84037fff05de1836e785;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git uml: add asm/paravirt.h Add asm-um/paravirt.h so that i386 headers that get pulled into UML don't cause build failures when they want asm/paravirt.h. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-um/paravirt.h b/include/asm-um/paravirt.h new file mode 100644 index 000000000000..9d6aaad80b5f --- /dev/null +++ b/include/asm-um/paravirt.h @@ -0,0 +1,6 @@ +#ifndef __UM_PARAVIRT_H +#define __UM_PARAVIRT_H + +#include "asm/arch/paravirt.h" + +#endif