Attached patch fixes compile Au1000 with CONFIG_64BIT_PHYS_ADDR enabled
when gcc-3.4.x is used
--
Ilya A. Volynets-Evenbakh
Total Knowledge. CTO
http://www.total-knowledge.com
Index: include/asm-mips/mach-au1x00/ioremap.h
===================================================================
RCS file: /home/cvs/linux/include/asm-mips/mach-au1x00/ioremap.h,v
retrieving revision 1.2
diff -u -r1.2 ioremap.h
--- include/asm-mips/mach-au1x00/ioremap.h 14 Jul 2005 00:17:06 -0000
1.2
+++ include/asm-mips/mach-au1x00/ioremap.h 1 Aug 2005 04:19:04 -0000
@@ -12,7 +12,7 @@
#include <linux/types.h>
#ifdef CONFIG_64BIT_PHYS_ADDR
-extern inline phys_t __fixup_bigphys_addr(phys_t, phys_t);
+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)
{
|