The patch titled x86 add zone alignment qualifier has been removed from the -mm tree. Its filename is zone-allow-unaligned-zone-boundaries-x86-add-zone-alignment-qualifier.patch This patch was dropped because an updated version was merged ------------------------------------------------------ Subject: x86 add zone alignment qualifier From: Andy Whitcroft <apw@xxxxxxxxxxxx> x86 ensures that all of its zone boundaries are correctly aligned to MAX_ORDER boundaries. We may therefore disable the additional zone boundary checks in the buddy allocator. Signed-off-by: Andy Whitcroft <apw@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff -puN arch/i386/Kconfig~zone-allow-unaligned-zone-boundaries-x86-add-zone-alignment-qualifier arch/i386/Kconfig --- devel/arch/i386/Kconfig~zone-allow-unaligned-zone-boundaries-x86-add-zone-alignment-qualifier 2006-06-09 15:17:37.000000000 -0700 +++ devel-akpm/arch/i386/Kconfig 2006-06-09 15:17:37.000000000 -0700 @@ -580,6 +580,9 @@ config ARCH_SELECT_MEMORY_MODEL def_bool y depends on ARCH_SPARSEMEM_ENABLE +config ARCH_ALIGNED_ZONE_BOUNDARIES + def_bool y + source "mm/Kconfig" config HAVE_ARCH_EARLY_PFN_TO_NID _ Patches currently in -mm which might be from apw@xxxxxxxxxxxx are zone-handle-unaligned-zone-boundaries.patch zone-allow-unaligned-zone-boundaries-x86-add-zone-alignment-qualifier.patch pg_uncached-is-ia64-only.patch squash-duplicate-page_to_pfn-and-pfn_to_page.patch flatmem-relax-requirement-for-memory-to-start-at-pfn-0.patch sparsemem-record-nid-during-memory-present.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