From: Torsten Duwe <duwe@suse.de>
Subject: remove problematic preprocessor constructs
Patch-mainline: never, only to fix CONFIG_BIGMEM conditional/config patching
References: bsc#928138,fate#319026

This patch makes no functional changes but cleans up a preprocessor glitch
that will bite us when automated #ifdef's are inserted.

Signed-off-by: Torsten Duwe <duwe@suse.de>

--- a/arch/powerpc/include/asm/pte-hash64-64k.h
+++ b/arch/powerpc/include/asm/pte-hash64-64k.h
@@ -65,7 +65,7 @@
 				    psize == MMU_PAGE_64K_AP);              \
                 shift = mmu_psize_defs[psize].shift;                        \
 		for (index = 0; va < __end; index++, va += (1L << shift)) { \
-		        if (!__split || __rpte_sub_valid(rpte, index)) do { \
+		        if (!__split || __rpte_sub_valid(rpte, index)) do {
 
 #define pte_iterate_hashed_end() } while(0); } } while(0)
 
