The patch titled cleanup redundant EXPORT_SYMBOL in arch/ia64/mm/init.c has been removed from the -mm tree. Its filename is pgdat-allocation-for-new-node-add-specify-node-id-tidy-cleanup.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. ------------------------------------------------------ Subject: cleanup redundant EXPORT_SYMBOL in arch/ia64/mm/init.c 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 spanned_pages-is-not-updated-at-a-case-of-memory-hot-add.patch 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 unify-pxm_to_node-and-node_to_pxm.patch pgdat-allocation-for-new-node-add-specify-node-id.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-refresh-node_data.patch pgdat-allocation-for-new-node-add-export-kswapd-start-func.patch pgdat-allocation-for-new-node-add-call-pgdat-allocation.patch fix-compile-error-undefined-reference-for-sparc64.patch register-sysfs-file-for-hotpluged-new-node.patch pgdat-allocation-and-update-for-ia64-of-memory-hotplughold-pgdat-address-at-system-running.patch pgdat-allocation-and-update-for-ia64-of-memory-hotplug-update-pgdat-address-array.patch pgdat-allocation-and-update-for-ia64-of-memory-hotplugallocate-pgdat-and-per-node-data.patch sparsemem-record-nid-during-memory-present.patch node-hotplug-register-cpu-remove-node-struct.patch node-hotplug-fixes-callres-of-register_cpu.patch node-hotplug-register_node-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