sh: Shut up CONFIG_32BIT=n compiler warnings.
authorPaul Mundt <lethal@linux-sh.org>
Sat, 10 Oct 2009 13:24:55 +0000 (22:24 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Sat, 10 Oct 2009 13:24:55 +0000 (22:24 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/pgtable.h

index 5dff5787dfebb041cfd817cc4b4c50886d788f25..ba3046e4f06f32f915368952ef085e3d2c82e1fc 100644 (file)
@@ -87,7 +87,7 @@ static inline unsigned long phys_addr_mask(void)
 
        return PHYS_ADDR_MASK32;
 }
-#elif CONFIG_32BIT
+#elif defined(CONFIG_32BIT)
 static inline unsigned long phys_addr_mask(void)
 {
        return PHYS_ADDR_MASK32;