From: "Ilya A. Volynets-Evenbakh" <ilya@total-knowledge.com>
To: linux-mips@linux-mips.org
Subject: [PATCH] Au1000 Compile fix
Date: Sun, 31 Jul 2005 23:10:37 -0700 [thread overview]
Message-ID: <42EDBCDD.6000301@total-knowledge.com> (raw)
[-- 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)
{
reply other threads:[~2005-08-01 6:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42EDBCDD.6000301@total-knowledge.com \
--to=ilya@total-knowledge.com \
--cc=linux-mips@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox