The patch titled cleanup redundant EXPORT_SYMBOL in arch/ia64/mm/init.c has been added to the -mm tree. Its filename is pgdat-allocation-for-new-node-add-specify-node-id-tidy-cleanup.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Yasunori Goto <y-goto@xxxxxxxxxxxxxx> EXPORT_SYMBOL(add_memory) in arch/ia64/mm/init.c is redundant. The old add_memory() has been already arch_add_memory(), but it is not called by acpi memhotplug modules. Signed-off-by: Yasunori Goto <y-goto@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/ia64/mm/init.c | 1 - 1 files changed, 1 deletion(-) diff -puN arch/ia64/mm/init.c~pgdat-allocation-for-new-node-add-specify-node-id-tidy-cleanup arch/ia64/mm/init.c --- devel/arch/ia64/mm/init.c~pgdat-allocation-for-new-node-add-specify-node-id-tidy-cleanup 2006-05-09 00:54:57.000000000 -0700 +++ devel-akpm/arch/ia64/mm/init.c 2006-05-09 00:54:57.000000000 -0700 @@ -671,7 +671,6 @@ int arch_add_memory(int nid, u64 start, return ret; } -EXPORT_SYMBOL_GPL(add_memory); int remove_memory(u64 start, u64 size) { _ Patches currently in -mm which might be from y-goto@xxxxxxxxxxxxxx are catch-notification-of-memory-add-event-of-acpi-via-container-driver-register-start-func-for-memory-device.patch catch-notification-of-memory-add-event-of-acpi-via-container-driveravoid-redundant-call-add_memory.patch wait_table-and-zonelist-initializing-for-memory-hotadd-change-name-of-wait_table_size.patch wait_table-and-zonelist-initializing-for-memory-hotadd-change-to-meminit-for-build_zonelist.patch wait_table-and-zonelist-initializing-for-memory-hotaddadd-return-code-for-init_current_empty_zone.patch wait_table-and-zonelist-initializing-for-memory-hotadd-wait_table-initialization.patch wait_table-and-zonelist-initializing-for-memory-hotadd-update-zonelists.patch pgdat-allocation-for-new-node-add-specify-node-id.patch pgdat-allocation-for-new-node-add-specify-node-id-powerpc-fix.patch pgdat-allocation-for-new-node-add-specify-node-id-tidy.patch pgdat-allocation-for-new-node-add-specify-node-id-fix-3.patch pgdat-allocation-for-new-node-add-specify-node-id-build-fixes.patch pgdat-allocation-for-new-node-add-specify-node-id-tidy-cleanup.patch pgdat-allocation-for-new-node-add-get-node-id-by-acpi.patch pgdat-allocation-for-new-node-add-generic-alloc-node_data.patch pgdat-allocation-for-new-node-add-generic-alloc-node_data-tidy.patch pgdat-allocation-for-new-node-add-refresh-node_data.patch pgdat-allocation-for-new-node-add-refresh-node_data-fix.patch pgdat-allocation-for-new-node-add-export-kswapd-start-func.patch pgdat-allocation-for-new-node-add-export-kswapd-start-func-tidy.patch pgdat-allocation-for-new-node-add-call-pgdat-allocation.patch fix-compile-error-undefined-reference-for-sparc64.patch unify-pxm_to_node-and-node_to_pxm.patch unify-pxm_to_node-and-node_to_pxm-update.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