From: Jeff Dike Date: Wed, 30 Jan 2008 12:31:17 +0000 (+0100) Subject: uml: add asm-um/asm.h X-Git-Tag: v3.12-rc1~24034^2~586 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=634e49723b08d15f4cb9860ea86547fbd2eeae18;p=kernel%2Fkernel-generic.git uml: add asm-um/asm.h git-x86.patch introduces asm-x86/asm.h. UML needs to follow this with an asm/asm.h of its own. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- diff --git a/include/asm-um/asm.h b/include/asm-um/asm.h new file mode 100644 index 0000000..af1269a --- /dev/null +++ b/include/asm-um/asm.h @@ -0,0 +1,6 @@ +#ifndef __UM_ASM_H +#define __UM_ASM_H + +#include "asm/arch/asm.h" + +#endif