git-x86: unbreak UML
authorWANG Cong <[email protected]>
Wed, 30 Jan 2008 12:32:38 +0000 (13:32 +0100)
committerIngo Molnar <[email protected]>
Wed, 30 Jan 2008 12:32:38 +0000 (13:32 +0100)
Acked-by: Jeff Dike <[email protected]>
Signed-off-by: WANG Cong <[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/nops.h [new file with mode: 0644]

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