The patch titled m68k: Remove unnecessary m68k_memoffset export and init has been added to the -mm tree. Its filename is m68k-remove-unnecessary-m68k_memoffset-export-and-init.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 m68k-remove-unnecessary-m68k_memoffset-export-and-init.patch m68k-dont-include-rodata-into-text-segment.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 - 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