- zone-allow-unaligned-zone-boundaries-spelling-fix.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     zone allow unaligned zone boundaries spelling fix

has been removed from the -mm tree.  Its filename is

     zone-allow-unaligned-zone-boundaries-spelling-fix.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 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
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
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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux