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:
2d7b20c
)
[PATCH] uml: add asm/irqflags.h
author
Jeff Dike
<
[email protected]
>
Sun, 4 Jun 2006 09:51:43 +0000
(
02:51
-0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 5 Jun 2006 19:29:17 +0000
(12:29 -0700)
From: Jeff Dike <
[email protected]
>
Add an empty asm/irqflags.h, which seems to satisfy the lock validator enough
that UML builds.
Signed-off-by: Jeff Dike <
[email protected]
>
Cc: Paolo 'Blaisorblade' Giarrusso <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/asm-um/irqflags.h
[new file with mode: 0644]
patch
|
blob
diff --git a/include/asm-um/irqflags.h
b/include/asm-um/irqflags.h
new file mode 100644
(file)
index 0000000..
659b9ab
--- /dev/null
+++ b/
include/asm-um/irqflags.h
@@ -0,0
+1,6
@@
+#ifndef __UM_IRQFLAGS_H
+#define __UM_IRQFLAGS_H
+
+/* Empty for now */
+
+#endif