[3.16.y-ckt stable] Patch "xtensa: nommu: provide _PAGE_CHG_MASK definition" has been added to staging queue
Luis Henriques
luis.henriques at canonical.com
Mon Nov 30 12:35:34 UTC 2015
This is a note to let you know that I have just added a patch titled
xtensa: nommu: provide _PAGE_CHG_MASK definition
to the linux-3.16.y-queue branch of the 3.16.y-ckt extended stable tree
which can be found at:
http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.16.y-queue
This patch is scheduled to be released in version 3.16.7-ckt21.
If you, or anyone else, feels it should not be added to this tree, please
reply to this email.
For more information about the 3.16.y-ckt tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable
Thanks.
-Luis
------
>From c43afd69c1698fbe85c47722e9dd3988dc543b8b Mon Sep 17 00:00:00 2001
From: Max Filippov <jcmvbkbc at gmail.com>
Date: Mon, 22 Sep 2014 06:32:47 +0400
Subject: xtensa: nommu: provide _PAGE_CHG_MASK definition
commit 972c55bf70c04b3deeecec022c8ca64136350655 upstream.
Signed-off-by: Max Filippov <jcmvbkbc at gmail.com>
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
arch/xtensa/include/asm/pgtable.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/xtensa/include/asm/pgtable.h b/arch/xtensa/include/asm/pgtable.h
index b2173e5da601..cd1c00fc744f 100644
--- a/arch/xtensa/include/asm/pgtable.h
+++ b/arch/xtensa/include/asm/pgtable.h
@@ -178,6 +178,7 @@
#else /* no mmu */
+# define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY)
# define PAGE_NONE __pgprot(0)
# define PAGE_SHARED __pgprot(0)
# define PAGE_COPY __pgprot(0)
More information about the kernel-team
mailing list