diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2005-06-30 06:48:40 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:34 -0400 |
commit | c3455b0efc2b5b1bdc755602f77ce7f43725bf61 (patch) | |
tree | 835ffe4b5509053c0623146157d92c4ca2d32aea /arch/mips/au1000 | |
parent | c134a5ecdb8f4aee09feca0d4d395915e752fcb8 (diff) |
Inline ioremap() calls for constant addresses that map to KSEG1.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/au1000')
-rw-r--r-- | arch/mips/au1000/common/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/au1000/common/setup.c b/arch/mips/au1000/common/setup.c index 8d21efdf29b7..c1e102e55adb 100644 --- a/arch/mips/au1000/common/setup.c +++ b/arch/mips/au1000/common/setup.c | |||
@@ -155,7 +155,7 @@ void __init plat_setup(void) | |||
155 | 155 | ||
156 | #if defined(CONFIG_64BIT_PHYS_ADDR) | 156 | #if defined(CONFIG_64BIT_PHYS_ADDR) |
157 | /* This routine should be valid for all Au1x based boards */ | 157 | /* This routine should be valid for all Au1x based boards */ |
158 | phys_t fixup_bigphys_addr(phys_t phys_addr, phys_t size) | 158 | phys_t __fixup_bigphys_addr(phys_t phys_addr, phys_t size) |
159 | { | 159 | { |
160 | u32 start, end; | 160 | u32 start, end; |
161 | 161 | ||