From 74adf73f63bf98d3a286e0a738171b6bd4675083 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Wed, 7 Nov 2007 11:40:24 +0900 Subject: [PATCH] --- yaml --- r: 73377 b: refs/heads/master c: ac11584ccbd14aadcc6613598f3bac4589ea3a11 h: refs/heads/master i: 73375: 1063f928c20b02584812ab131525d53fba76ddc9 v: v3 --- [refs] | 2 +- trunk/include/asm-sh/pgtable.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 67b3c5df79d4..80ddd7f683bd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c7a0e13d0a5316587da0b6d8b3291a473a7df453 +refs/heads/master: ac11584ccbd14aadcc6613598f3bac4589ea3a11 diff --git a/trunk/include/asm-sh/pgtable.h b/trunk/include/asm-sh/pgtable.h index 0b1d7c665659..8f1e8be8d15d 100644 --- a/trunk/include/asm-sh/pgtable.h +++ b/trunk/include/asm-sh/pgtable.h @@ -322,7 +322,9 @@ extern unsigned long empty_zero_page[PAGE_SIZE / sizeof(unsigned long)]; #define PAGE_KERNEL __pgprot(0) #define PAGE_KERNEL_NOCACHE __pgprot(0) #define PAGE_KERNEL_RO __pgprot(0) -#define PAGE_KERNEL_PCC __pgprot(0) + +#define PAGE_KERNEL_PCC(slot, type) \ + __pgprot(0) #endif #endif /* __ASSEMBLY__ */