diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-10-10 09:24:55 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-10-10 09:24:55 -0400 |
commit | 2a8bc923455f320da6c460258c21d2235ab2edc8 (patch) | |
tree | 688852d31d01c16e3a05cb8364dbe5e2dde77ad3 /arch/sh/include/asm | |
parent | 20b5014b3e5fe7b874a3f6a1dc03b0c21cb222cd (diff) |
sh: Shut up CONFIG_32BIT=n compiler warnings.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm')
-rw-r--r-- | arch/sh/include/asm/pgtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/asm/pgtable.h b/arch/sh/include/asm/pgtable.h index 5dff5787dfeb..ba3046e4f06f 100644 --- a/arch/sh/include/asm/pgtable.h +++ b/arch/sh/include/asm/pgtable.h | |||
@@ -87,7 +87,7 @@ static inline unsigned long phys_addr_mask(void) | |||
87 | 87 | ||
88 | return PHYS_ADDR_MASK32; | 88 | return PHYS_ADDR_MASK32; |
89 | } | 89 | } |
90 | #elif CONFIG_32BIT | 90 | #elif defined(CONFIG_32BIT) |
91 | static inline unsigned long phys_addr_mask(void) | 91 | static inline unsigned long phys_addr_mask(void) |
92 | { | 92 | { |
93 | return PHYS_ADDR_MASK32; | 93 | return PHYS_ADDR_MASK32; |