This patch-set does the following: 1. Kill max_low_pfn_mapped as it is useless. This patch is from Yinghai. 2. Update min_pfn_mapped and max_pfn_mapped together in add_pfn_range_mapped(). 3. Move definition of max_pfn_mapped tp init.c together with min_pfn_mapped. Tang Chen (2): x86, mm: Update min_pfn_mapped in add_pfn_range_mapped(). x86, mm: Move max_pfn_mapped definition to init.c. Yinghai Lu (1): x86, ACPI, mm: Kill max_low_pfn_mapped. arch/x86/include/asm/page_types.h | 1 - arch/x86/kernel/setup.c | 10 ---------- arch/x86/mm/init.c | 15 ++++++++++----- drivers/acpi/osl.c | 6 +++--- 4 files changed, 13 insertions(+), 19 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html