From: Jeff Dike Date: Sun, 4 Jun 2006 09:51:43 +0000 (-0700) Subject: [PATCH] uml: add asm/irqflags.h X-Git-Tag: v2.6.17-rc6~30 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=65e62974a8a6157140259b26e7156e39f53031b6;p=~shefty%2Frdma-dev.git [PATCH] uml: add asm/irqflags.h From: Jeff Dike Add an empty asm/irqflags.h, which seems to satisfy the lock validator enough that UML builds. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-um/irqflags.h b/include/asm-um/irqflags.h new file mode 100644 index 00000000000..659b9abdfdb --- /dev/null +++ b/include/asm-um/irqflags.h @@ -0,0 +1,6 @@ +#ifndef __UM_IRQFLAGS_H +#define __UM_IRQFLAGS_H + +/* Empty for now */ + +#endif