The patch titled zone allow unaligned zone boundaries add configuration has been removed from the -mm tree. Its filename is zone-allow-unaligned-zone-boundaries-add-configuration.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: zone allow unaligned zone boundaries add configuration From: Andy Whitcroft <apw@xxxxxxxxxxxx> Add the UNALIGNED_ZONE_BOUNDARIES configuration option. This enables the additional checks allowing non-aligned zone boundaries to be handled safly. Default this to on, allowing architectures which have audited their zone create code to disable these check for efficiency. Signed-off-by: Andy Whitcroft <apw@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- mm/Kconfig | 13 +++++++++++++ 1 files changed, 13 insertions(+) diff -puN mm/Kconfig~zone-allow-unaligned-zone-boundaries-add-configuration mm/Kconfig --- 25/mm/Kconfig~zone-allow-unaligned-zone-boundaries-add-configuration Fri May 26 14:03:51 2006 +++ 25-akpm/mm/Kconfig Fri May 26 14:03:51 2006 @@ -145,3 +145,16 @@ config MIGRATION while the virtual addresses are not changed. This is useful for example on NUMA systems to put pages nearer to the processors accessing the page. + +# +# Support for buddy zone boundaries within a MAX_ORDER sized area. +# +config UNALIGNED_ZONE_BOUNDARIES + bool "Unaligned zone boundaries" + default n if ARCH_ALIGNED_ZONE_BOUNDARIES + default y + help + Adds checks to the buddy allocator to ensure we do not + coalesce buddies across zone boundaries. The default + should be correct for your architecture. Enable this if + you are having trouble and you are requested to in dmesg. _ Patches currently in -mm which might be from apw@xxxxxxxxxxxx are zone-init-check-and-report-unaligned-zone-boundaries.patch x86-align-highmem-zone-boundaries-with-numa.patch zone-allow-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