The patch titled QEMU - Add support for little endian mips has been removed from the -mm tree. Its filename is qemu-add-support-for-little-endian-mips.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: QEMU - Add support for little endian mips From: Aurelien Jarno <aurelien@xxxxxxxxxxx> Add support for little endian on the virtual QEMU mips platform. The status of this platform is the same as the big endian one, ie it is possible to boot a system with init=/bin/sh. Signed-off-by: Aurelien Jarno <aurelien@xxxxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/mips/Kconfig | 1 + 1 files changed, 1 insertion(+) diff -puN arch/mips/Kconfig~qemu-add-support-for-little-endian-mips arch/mips/Kconfig --- a/arch/mips/Kconfig~qemu-add-support-for-little-endian-mips +++ a/arch/mips/Kconfig @@ -537,6 +537,7 @@ config QEMU select SYS_HAS_CPU_MIPS32_R1 select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_BIG_ENDIAN + select SYS_SUPPORTS_LITTLE_ENDIAN select ARCH_SPARSEMEM_ENABLE help Qemu is a software emulator which among other architectures also _ Patches currently in -mm which might be from aurelien@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