Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] Au1000 Compile fix
@ 2005-08-01  6:10 Ilya A. Volynets-Evenbakh
  0 siblings, 0 replies; only message in thread
From: Ilya A. Volynets-Evenbakh @ 2005-08-01  6:10 UTC (permalink / raw)
  To: linux-mips

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

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


[-- Attachment #2: ioremap.h.diff --]
[-- Type: text/x-patch, Size: 646 bytes --]

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)
 {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-08-01  6:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-01  6:10 [PATCH] Au1000 Compile fix Ilya A. Volynets-Evenbakh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox