The patch titled Subject: kexec-allow-architectures-to-override-boot-mapping-fix has been removed from the -mm tree. Its filename was kexec-allow-architectures-to-override-boot-mapping-fix.patch This patch was dropped because it was folded into kexec-allow-architectures-to-override-boot-mapping.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: kexec-allow-architectures-to-override-boot-mapping-fix kexec.h needs asm/io.h for phys_to_virt() Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Russell King <rmk+kernel@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/kexec.h | 2 ++ 1 file changed, 2 insertions(+) diff -puN include/linux/kexec.h~kexec-allow-architectures-to-override-boot-mapping-fix include/linux/kexec.h --- a/include/linux/kexec.h~kexec-allow-architectures-to-override-boot-mapping-fix +++ a/include/linux/kexec.h @@ -14,6 +14,8 @@ #if !defined(__ASSEMBLY__) +#include <asm/io.h> + #include <uapi/linux/kexec.h> #ifdef CONFIG_KEXEC_CORE _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are kexec-allow-architectures-to-override-boot-mapping.patch allow-kdump-with-crash_kexec_post_notifiers-fix.patch kexec-add-restriction-on-kexec_load-segment-sizes-fix.patch powerpc-fsl_rio-apply-changes-for-rio-spec-rev-3-fix.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