The patch titled m68k: Remove unnecessary m68k_memoffset export and init has been removed from the -mm tree. Its filename was m68k-remove-unnecessary-m68k_memoffset-export-and-init.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: m68k: Remove unnecessary m68k_memoffset export and init From: Roman Zippel <zippel@xxxxxxxxxxxxxx> Remove an unnecessary m68k_memoffset export and initialization Signed-off-by: Roman Zippel <zippel@xxxxxxxxxxxxxx> Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/m68k/kernel/setup.c | 2 -- 1 files changed, 2 deletions(-) diff -puN arch/m68k/kernel/setup.c~m68k-remove-unnecessary-m68k_memoffset-export-and-init arch/m68k/kernel/setup.c --- a/arch/m68k/kernel/setup.c~m68k-remove-unnecessary-m68k_memoffset-export-and-init +++ a/arch/m68k/kernel/setup.c @@ -62,7 +62,6 @@ EXPORT_SYMBOL(m68k_num_memory); int m68k_realnum_memory; EXPORT_SYMBOL(m68k_realnum_memory); unsigned long m68k_memoffset; -EXPORT_SYMBOL(m68k_memoffset); struct mem_info m68k_memory[NUM_MEMINFO]; EXPORT_SYMBOL(m68k_memory); @@ -200,7 +199,6 @@ static void __init m68k_parse_bootinfo(c (m68k_num_memory - 1)); m68k_num_memory = 1; } - m68k_memoffset = m68k_memory[0].addr-PAGE_OFFSET; #endif } _ Patches currently in -mm which might be from zippel@xxxxxxxxxxxxxx are origin.patch during-vm-oom-condition-kill-all-threads-in-process-group.patch hfs-convert-to-new-aops.patch hfsplus-convert-to-new-aops.patch fs-affs-convert-to-new-aops.patch kconfig-syntax-cleanups.patch move-preempt_notifiers-into-an-always-included-kconfig.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