[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0703091123080.4510@sbz-30.cs.Helsinki.FI>
Date: Fri, 9 Mar 2007 11:25:59 +0200 (EET)
From: Pekka J Enberg <penberg@...helsinki.fi>
To: akpm@...ux-foundation.org
cc: linux-kernel@...r.kernel.org, a.p.zijlstra@...llo.nl
Subject: [PATCH] revoke: fix VM_REVOKED mask
From: Pekka Enberg <penberg@...helsinki.fi>
Fix VM_REVOKED mask which overlaps with VM_ALWAYSDUMP.
Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Signed-off-by: Pekka Enberg <penberg@...helsinki.fi>
---
include/linux/mm.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Index: uml-2.6/include/linux/mm.h
===================================================================
--- uml-2.6.orig/include/linux/mm.h 2007-03-09 11:14:06.000000000 +0200
+++ uml-2.6/include/linux/mm.h 2007-03-09 11:14:19.000000000 +0200
@@ -169,8 +169,7 @@ #define VM_NONLINEAR 0x00800000 /* Is no
#define VM_MAPPED_COPY 0x01000000 /* T if mapped copy of data (nommu mmap) */
#define VM_INSERTPAGE 0x02000000 /* The vma has had "vm_insert_page()" done on it */
#define VM_ALWAYSDUMP 0x04000000 /* Always include in core dumps */
-
-#define VM_REVOKED 0x04000000 /* Mapping has been revoked */
+#define VM_REVOKED 0x08000000 /* Mapping has been revoked */
#ifndef VM_STACK_DEFAULT_FLAGS /* arch can override this */
#define VM_STACK_DEFAULT_FLAGS VM_DATA_DEFAULT_FLAGS
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists