summaryrefslogtreecommitdiff
path: root/include/asm-um
diff options
context:
space:
mode:
authorWANG Cong <xiyou.wangcong@gmail.com>2008-01-30 13:32:38 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:32:38 +0100
commit2a10e7c41254941cac87be1eccdcb6379ce097f5 (patch)
treeea17651b2782bc2df4950d5d5d032c9aa747e569 /include/asm-um
parentbd61643ef6139ba44142f2ba6e79e03267e6b54a (diff)
git-x86: unbreak UML
Acked-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-um')
-rw-r--r--include/asm-um/nops.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-um/nops.h b/include/asm-um/nops.h
new file mode 100644
index 000000000000..814e9bf5dea6
--- /dev/null
+++ b/include/asm-um/nops.h
@@ -0,0 +1,6 @@
+#ifndef __UM_NOPS_H
+#define __UM_NOPS_H
+
+#include "asm/arch/nops.h"
+
+#endif