From ef41192fb55fdf6d7e0c4268056c8332c18e9230 Mon Sep 17 00:00:00 2001 From: Alexander Stein Date: Tue, 10 Jan 2012 14:06:07 +0100 Subject: [PATCH] --- yaml --- r: 287788 b: refs/heads/master c: 57e00098cc0e43d001c9c8a018a1f8396faa0d16 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/m68k/include/asm/mcf_pgtable.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a9951af2b936..d2148f79202c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8b3262c00d6feccdccd6567d27687ae4b64c54bd +refs/heads/master: 57e00098cc0e43d001c9c8a018a1f8396faa0d16 diff --git a/trunk/arch/m68k/include/asm/mcf_pgtable.h b/trunk/arch/m68k/include/asm/mcf_pgtable.h index 756bde4fb4f8..3c793682e5d9 100644 --- a/trunk/arch/m68k/include/asm/mcf_pgtable.h +++ b/trunk/arch/m68k/include/asm/mcf_pgtable.h @@ -78,7 +78,8 @@ | CF_PAGE_READABLE \ | CF_PAGE_WRITABLE \ | CF_PAGE_EXEC \ - | CF_PAGE_SYSTEM) + | CF_PAGE_SYSTEM \ + | CF_PAGE_SHARED) #define PAGE_COPY __pgprot(CF_PAGE_VALID \ | CF_PAGE_ACCESSED \