diff options
author | Jeff Dike <jdike@addtoit.com> | 2006-06-04 02:51:43 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-05 12:29:17 -0700 |
commit | 65e62974a8a6157140259b26e7156e39f53031b6 (patch) | |
tree | ed98649ecd8eb9485404acb0e6cdfab2edb94d83 /include/asm-um | |
parent | 2d7b20c1884777e66009be1a533641c19c4705f6 (diff) | |
download | linux-next-65e62974a8a6157140259b26e7156e39f53031b6.tar.gz |
[PATCH] uml: add asm/irqflags.h
From: Jeff Dike <jdike@addtoit.com>
Add an empty asm/irqflags.h, which seems to satisfy the lock validator enough
that UML builds.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-um')
-rw-r--r-- | include/asm-um/irqflags.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-um/irqflags.h b/include/asm-um/irqflags.h new file mode 100644 index 000000000000..659b9abdfdba --- /dev/null +++ b/include/asm-um/irqflags.h @@ -0,0 +1,6 @@ +#ifndef __UM_IRQFLAGS_H +#define __UM_IRQFLAGS_H + +/* Empty for now */ + +#endif |