The patch titled h8300: CONFIG_KALLSYMS fix has been removed from the -mm tree. Its filename was h8300-config_kallsyms-fix.patch This patch was dropped because an updated version will be merged The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: h8300: CONFIG_KALLSYMS fix From: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx> Please comment "C_SYMBOL_PREFIX". Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Makefile | 3 ++- arch/h8300/Kconfig | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff -puN Makefile~h8300-config_kallsyms-fix Makefile --- a/Makefile~h8300-config_kallsyms-fix +++ a/Makefile @@ -755,7 +755,8 @@ endef # Generate .S file with all kernel symbols quiet_cmd_kallsyms = KSYM $@ cmd_kallsyms = $(NM) -n $< | $(KALLSYMS) \ - $(if $(CONFIG_KALLSYMS_ALL),--all-symbols) > $@ + $(if $(CONFIG_KALLSYMS_ALL),--all-symbols) \ + $(if $(CONFIG_C_SYMBOL_PREFIX),--symbol-prefix='_') > $@ .tmp_kallsyms1.o .tmp_kallsyms2.o .tmp_kallsyms3.o: %.o: %.S scripts FORCE $(call if_changed_dep,as_o_S) diff -puN arch/h8300/Kconfig~h8300-config_kallsyms-fix arch/h8300/Kconfig --- a/arch/h8300/Kconfig~h8300-config_kallsyms-fix +++ a/arch/h8300/Kconfig @@ -87,6 +87,10 @@ config HZ int default 100 +config C_SYMBOL_PREFIX + bool + default y + source "init/Kconfig" source "arch/h8300/Kconfig.cpu" _ Patches currently in -mm which might be from ysato@xxxxxxxxxxxxxxxxxxxx are h8300-signalc-typo-fix.patch h8300-uaccessh-update.patch h8300-config_kallsyms-fix.patch h8300-irq-handling-update.patch h8300-defconfig-update.patch inflate-refactor-inflate-malloc-code.patch elf-use-elf_core_eflags-for-kcore-elf-header-flags.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