Skip to content

Commit

Permalink
sh: Shut up CONFIG_32BIT=n compiler warnings.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Oct 10, 2009
1 parent 20b5014 commit 2a8bc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/include/asm/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2a8bc92

Please sign in to comment.