The patch titled uml: fix build breakage has been removed from the -mm tree. Its filename was uml-fix-build-breakage.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: uml: fix build breakage From: Jeff Dike <jdike@xxxxxxxxxxx> UML now needs required-features.h to build - an empty one suffices. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxxxxxx> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-um/required-features.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff -puN /dev/null include/asm-um/required-features.h --- /dev/null +++ a/include/asm-um/required-features.h @@ -0,0 +1,9 @@ +#ifndef __UM_REQUIRED_FEATURES_H +#define __UM_REQUIRED_FEATURES_H + +/* + * Nothing to see, just need something for the i386 and x86_64 asm + * headers to include. + */ + +#endif _ Patches currently in -mm which might be from jdike@xxxxxxxxxxx are origin.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