The patch titled uml: add asm/irqflags.h has been added to the -mm tree. Its filename is uml-add-asm-irqflagsh.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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-02 18:01:52.297142750 -0700 +++ devel-akpm/include/asm-um/irqflags.h 2006-06-03 19:28:36.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-add-asm-irqflagsh.patch uml-fix-wall_to_monotonic-initialization.patch uml-fix-a-typo-in-do_uml_initcalls.patch uml-__user-annotation-in-arch_prctl.patch uml-more-__user-annotations.patch uml-add-ffreestanding-to-cflags.patch 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