This patch-set did the following things: patch1: Remove unused parameter "nr_pages" of pages_correctly_reserved(). patch2: Use CONFIG_MEMORY_HOTREMOVE to protect kernel_physical_mapping_remove(). patch3: Add comments for parameter "nid" for memblock_insert_region(). Tang Chen (3): mm: Remove unused parameter of pages_correctly_reserved(). mem-hotplug: Put kernel_physical_mapping_remove() declaration in CONFIG_MEMORY_HOTREMOVE. memblock: Fix missing comment of memblock_insert_region(). arch/x86/mm/init_64.c | 2 +- drivers/base/memory.c | 5 ++--- mm/memblock.c | 9 +++++---- 3 files changed, 8 insertions(+), 8 deletions(-) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>