[PATCH] uml: add asm/irqflags.h
authorJeff Dike <[email protected]>
Sun, 4 Jun 2006 09:51:43 +0000 (02:51 -0700)
committerLinus 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]

diff --git a/include/asm-um/irqflags.h b/include/asm-um/irqflags.h
new file mode 100644 (file)
index 0000000..659b9ab
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef __UM_IRQFLAGS_H
+#define __UM_IRQFLAGS_H
+
+/* Empty for now */
+
+#endif