Skip to content

Commit

Permalink
[PATCH] uml: add asm/irqflags.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Jun 5, 2006
1 parent 2d7b20c commit 65e6297
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/asm-um/irqflags.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#ifndef __UM_IRQFLAGS_H
#define __UM_IRQFLAGS_H

/* Empty for now */

#endif

0 comments on commit 65e6297

Please sign in to comment.