From 2c1e06b1640db9921fa499b11792aa7ab4b41d19 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Sun, 27 Jul 2008 03:57:30 +1000 Subject: [PATCH] --- yaml --- r: 106882 b: refs/heads/master c: ff8dc7698c904f2a911e89b3d54e7c4a74f5575d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-powerpc/pgtable-ppc32.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index c97555d4904c..b506c03345d7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b9fa49a9a908407d9366b0e1e7222aee81a2df5b +refs/heads/master: ff8dc7698c904f2a911e89b3d54e7c4a74f5575d diff --git a/trunk/include/asm-powerpc/pgtable-ppc32.h b/trunk/include/asm-powerpc/pgtable-ppc32.h index bdbab72f3ebc..6fe39e327047 100644 --- a/trunk/include/asm-powerpc/pgtable-ppc32.h +++ b/trunk/include/asm-powerpc/pgtable-ppc32.h @@ -401,6 +401,9 @@ extern int icache_44x_need_flush; #ifndef _PAGE_COHERENT #define _PAGE_COHERENT 0 #endif +#ifndef _PAGE_WRITETHRU +#define _PAGE_WRITETHRU 0 +#endif #ifndef _PMD_PRESENT_MASK #define _PMD_PRESENT_MASK _PMD_PRESENT #endif