The patch titled uml: add asm/irqflags.h has been the -mm tree. Its filename is uml-add-asm-irqflagsh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: uml: add asm/irqflags.h From: Jeff Dike <jdike@xxxxxxxxxxx> Add an empty asm/irqflags.h, which seems to satisfy the lock validator enough that UML builds. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxx> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/asm-um/irqflags.h | 6 ++++++ 1 file changed, 6 insertions(+) diff -puN /dev/null include/asm-um/irqflags.h --- /dev/null 2006-06-03 22:34:36.282200750 -0700 +++ devel-akpm/include/asm-um/irqflags.h 2006-06-04 02:51:16.000000000 -0700 @@ -0,0 +1,6 @@ +#ifndef __UM_IRQFLAGS_H +#define __UM_IRQFLAGS_H + +/* Empty for now */ + +#endif _ Patches currently in -mm which might be from jdike@xxxxxxxxxxx are uml-make-copy__user-atomic.patch uml-fix-not_dead_yet-when-directory-is-in-bad-state.patch uml-rename-and-improve-actually_do_remove.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html