projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e160cc
)
uml: add asm-um/asm.h
author
Jeff Dike
<
[email protected]
>
Wed, 30 Jan 2008 12:31:17 +0000
(13:31 +0100)
committer
Ingo 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]
patch
|
blob
diff --git a/include/asm-um/asm.h
b/include/asm-um/asm.h
new file mode 100644
(file)
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