- get-rid-of-zone_table-fix-4.patch removed from -mm tree

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

 



The patch titled

     get-rid-of-zone_table-fix 4

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

     get-rid-of-zone_table-fix-4.patch

This patch was dropped because it was folded into get-rid-of-zone_table.patch

------------------------------------------------------
Subject: get-rid-of-zone_table-fix 4
From: Christoph Lameter <clameter@xxxxxxx>

On Sat, 30 Sep 2006, Andrew Morton wrote:

> BUILD_BUG_ON()?

Good idea. We may want to take all of these patches out if Andy can come
up with an easy modification to the macros that avoids ZONEID_PGSHIFT to
unintentionally become 0.

Signed-off-by: Christoph Lameter <clameter@xxxxxxx>
Cc: Andy Whitcroft <apw@xxxxxxxxxxxx>
Cc: Dave Hansen <haveblue@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 include/linux/mm.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN include/linux/mm.h~get-rid-of-zone_table-fix-4 include/linux/mm.h
--- a/include/linux/mm.h~get-rid-of-zone_table-fix-4
+++ a/include/linux/mm.h
@@ -445,7 +445,7 @@ static inline enum zone_type page_zonenu
  */
 static inline int page_zone_id(struct page *page)
 {
-	BUG_ON(ZONEID_PGSHIFT == 0 && ZONEID_MASK);
+	BUILD_BUG_ON(ZONEID_PGSHIFT == 0 && ZONEID_MASK);
 	return (page->flags >> ZONEID_PGSHIFT) & ZONEID_MASK;
 }
 
_

Patches currently in -mm which might be from clameter@xxxxxxx are

origin.patch
scheduler-numa-aware-placement-of-sched_group_allnodes.patch
get-rid-of-zone_table.patch
get-rid-of-zone_table-fix-4.patch
deal-with-cases-of-zone_dma-meaning-the-first-zone.patch
deal-with-cases-of-zone_dma-meaning-the-first-zone-fix.patch
get-rid-of-zone_table-fix-3.patch
introduce-config_zone_dma.patch
optional-zone_dma-in-the-vm.patch
optional-zone_dma-for-ia64.patch
remove-zone_dma-remains-from-parisc.patch
remove-zone_dma-remains-from-sh-sh64.patch
set-config_zone_dma-for-arches-with-generic_isa_dma.patch
radix-tree-rcu-lockless-readside.patch
zvc-support-nr_slab_reclaimable--nr_slab_unreclaimable-swap_prefetch.patch
reduce-max_nr_zones-swap_prefetch-remove-incorrect-use-of-zone_highmem.patch
numa-add-zone_to_nid-function-swap_prefetch.patch
readahead-state-based-method-aging-accounting-apply-type-enum-zone_type-readahead.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