summaryrefslogtreecommitdiff
path: root/arch/ppc/mm/pgtable.c
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2007-02-09 11:42:11 -0600
committerKumar Gala <galak@kernel.crashing.org>2007-02-09 11:42:11 -0600
commit8f68abbfd9703e58920ff07d314a48654ed0bc3b (patch)
treee34773a7adf12151f4361ee55c32b9210cc40d1f /arch/ppc/mm/pgtable.c
parent8500adc79b15fa85b403dbf04aba3497c1f80e50 (diff)
parent862a7284980d809a583e9a34c774fab84e0a46f8 (diff)
downloadlinux-8f68abbfd9703e58920ff07d314a48654ed0bc3b.tar.gz
linux-8f68abbfd9703e58920ff07d314a48654ed0bc3b.tar.bz2
linux-8f68abbfd9703e58920ff07d314a48654ed0bc3b.zip
Merge branch '85xx' into for_paulus
Diffstat (limited to 'arch/ppc/mm/pgtable.c')
-rw-r--r--arch/ppc/mm/pgtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/mm/pgtable.c b/arch/ppc/mm/pgtable.c
index 82b06a1ef95d..c023b7298809 100644
--- a/arch/ppc/mm/pgtable.c
+++ b/arch/ppc/mm/pgtable.c
@@ -314,7 +314,7 @@ void __init mapin_ram(void)
}
/* is x a power of 4? */
-#define is_power_of_4(x) is_power_of_2(x) && (ffs(x) & 1))
+#define is_power_of_4(x) is_power_of_2(x) && (ffs(x) & 1)
/*
* Set up a mapping for a block of I/O.