uml: add asm-um/asm.h
authorJeff Dike <[email protected]>
Wed, 30 Jan 2008 12:31:17 +0000 (13:31 +0100)
committerIngo Molnar <[email protected]>
Wed, 30 Jan 2008 12:31:17 +0000 (13:31 +0100)
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
include/asm-um/asm.h [new file with mode: 0644]

diff --git a/include/asm-um/asm.h b/include/asm-um/asm.h
new file mode 100644 (file)
index 0000000..af1269a
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef __UM_ASM_H
+#define __UM_ASM_H
+
+#include "asm/arch/asm.h"
+
+#endif