The patch titled x86 add zone alignment qualifier has been added to the -mm tree. Its filename is zone-allow-unaligned-zone-boundaries-x86-add-zone-alignment-qualifier.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: x86 add zone alignment qualifier From: Andy Whitcroft <apw@xxxxxxxxxxxx> x86 takes steps to ensure all of its zones are aligned. Signed-off-by: Andy Whitcroft <apw@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/Kconfig | 3 +++ 1 files 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-05-22 04:18:39.000000000 -0700 +++ devel-akpm/arch/i386/Kconfig 2006-05-22 04:18:40.000000000 -0700 @@ -571,6 +571,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 origin.patch zone-init-check-and-report-unaligned-zone-boundaries.patch zone-init-check-and-report-unaligned-zone-boundaries-fix-v2.patch x86-align-highmem-zone-boundaries-with-numa.patch zone-allow-unaligned-zone-boundaries.patch zone-allow-unaligned-zone-boundaries-add-configuration.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