projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20b5014
)
sh: Shut up CONFIG_32BIT=n compiler warnings.
author
Paul Mundt
<lethal@linux-sh.org>
Sat, 10 Oct 2009 13:24:55 +0000
(22:24 +0900)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/arch/sh/include/asm/pgtable.h
b/arch/sh/include/asm/pgtable.h
index
5dff578
..
ba3046e
100644
(file)
--- 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)
return PHYS_ADDR_MASK32;
}
-#elif
CONFIG_32BIT
+#elif
defined(CONFIG_32BIT)
static inline unsigned long phys_addr_mask(void)
{
return PHYS_ADDR_MASK32;