The patch titled
git-x86: unbreak UML
has been removed from the -mm tree. Its filename was
git-x86-unbreak-uml.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: git-x86: unbreak UML
From: WANG Cong <[EMAIL PROTECTED]>
include/asm/arch/system.h:8:22: error: asm/nops.h: No such file or directory
Acked-by: Jeff Dike <[EMAIL PROTECTED]>
Signed-off-by: WANG Cong <[EMAIL PROTECTED]>
Cc: Ingo Molnar <[EMAIL PROTECTED]>
Cc: Thomas Gleixner <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
include/asm-um/nops.h | 6 ++++++
1 file changed, 6 insertions(+)
diff -puN /dev/null include/asm-um/nops.h
--- /dev/null
+++ a/include/asm-um/nops.h
@@ -0,0 +1,6 @@
+#ifndef __UM_NOPS_H
+#define __UM_NOPS_H
+
+#include "asm/arch/nops.h"
+
+#endif
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
git-kbuild.patch
git-net.patch
git-s390.patch
git-x86.patch
uml-code-tidying-under-arch-um-os-linux.patch
uml-const-and-other-tidying.patch
time-fix-sysfs_show_availablecurrent_clocksources-buffer-overflow-problem.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html