The patch titled zone allow unaligned zone boundaries spelling fix has been added to the -mm tree. Its filename is zone-allow-unaligned-zone-boundaries-spelling-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: zone allow unaligned zone boundaries spelling fix From: Andy Whitcroft <apw@xxxxxxxxxxxx> When the spelling of boundary was sorted out the config options got missed. Signed-off-by: Andy Whitcroft <apw@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/mmzone.h | 2 +- mm/page_alloc.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff -puN include/linux/mmzone.h~zone-allow-unaligned-zone-boundaries-spelling-fix include/linux/mmzone.h --- devel/include/linux/mmzone.h~zone-allow-unaligned-zone-boundaries-spelling-fix 2006-05-18 12:29:52.000000000 -0700 +++ devel-akpm/include/linux/mmzone.h 2006-05-18 12:29:52.000000000 -0700 @@ -389,7 +389,7 @@ static inline int is_dma(struct zone *zo static inline unsigned long zone_boundary_align_pfn(unsigned long pfn) { -#ifdef CONFIG_UNALIGNED_ZONE_BOUNDRIES +#ifdef CONFIG_UNALIGNED_ZONE_BOUNDARIES return pfn; #else return pfn & ~((1 << MAX_ORDER) - 1); diff -puN mm/page_alloc.c~zone-allow-unaligned-zone-boundaries-spelling-fix mm/page_alloc.c --- devel/mm/page_alloc.c~zone-allow-unaligned-zone-boundaries-spelling-fix 2006-05-18 12:29:52.000000000 -0700 +++ devel-akpm/mm/page_alloc.c 2006-05-18 12:30:12.000000000 -0700 @@ -300,7 +300,7 @@ static inline int page_is_buddy(struct p if (!pfn_valid(page_to_pfn(buddy))) return 0; #endif -#ifdef CONFIG_UNALIGNED_ZONE_BOUNDRIES +#ifdef CONFIG_UNALIGNED_ZONE_BOUNDARIES if (page_zone_id(page) != page_zone_id(buddy)) return 0; #endif @@ -2096,7 +2096,7 @@ static void __init free_area_init_core(s if (zone_boundary_align_pfn(zone_start_pfn) != zone_start_pfn && j != 0 && size != 0) printk(KERN_CRIT "node %d zone %s misaligned " - "start pfn, enable UNALIGNED_ZONE_BOUNDRIES\n", + "start pfn, enable UNALIGNED_ZONE_BOUNDARIES\n", nid, zone_names[j]); zone->spanned_pages = size; _ Patches currently in -mm which might be from apw@xxxxxxxxxxxx are origin.patch sparsemem-incorrectly-calculates-section-number.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-spelling-fix.patch pg_uncached-is-ia64-only.patch squash-duplicate-page_to_pfn-and-pfn_to_page.patch introduce-mechanism-for-registering-active-regions-of-memory.patch have-power-use-add_active_range-and-free_area_init_nodes.patch have-x86-use-add_active_range-and-free_area_init_nodes.patch have-x86_64-use-add_active_range-and-free_area_init_nodes.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