summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mach-au1x00
diff options
context:
space:
mode:
authorPete Popov <ppopov@embeddedalley.com>2005-07-14 00:17:05 +0000
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 19:31:50 +0100
commitf10fae02403fb8af141b0a440074a944ccd63504 (patch)
treea401c82cc2692955faa284111bef23ece0980147 /include/asm-mips/mach-au1x00
parent10f6567e63a0ba9b473da9ea60452ffdb07ced02 (diff)
downloadop-kernel-dev-f10fae02403fb8af141b0a440074a944ccd63504.zip
op-kernel-dev-f10fae02403fb8af141b0a440074a944ccd63504.tar.gz
Fix the fixup_bigphys_addr compile problem.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mach-au1x00')
-rw-r--r--include/asm-mips/mach-au1x00/ioremap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-mips/mach-au1x00/ioremap.h b/include/asm-mips/mach-au1x00/ioremap.h
index f1c8c10..d3ec627 100644
--- a/include/asm-mips/mach-au1x00/ioremap.h
+++ b/include/asm-mips/mach-au1x00/ioremap.h
@@ -12,7 +12,9 @@
#include <linux/config.h>
#include <linux/types.h>
-#ifndef CONFIG_64BIT_PHYS_ADDR
+#ifdef CONFIG_64BIT_PHYS_ADDR
+extern phys_t __fixup_bigphys_addr(phys_t, phys_t);
+#else
static inline phys_t __fixup_bigphys_addr(phys_t phys_addr, phys_t size)
{
return phys_addr;
OpenPOWER on IntegriCloud