From: Ralf Baechle <ralf@linux-mips.org>
To: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: linux-mips@linux-mips.org, nemoto@toshiba-tops.co.jp
Subject: Re: c-tx39.c build fix
Date: Mon, 28 Apr 2003 13:16:05 +0200 [thread overview]
Message-ID: <20030428131605.A23461@linux-mips.org> (raw)
In-Reply-To: <20030428.191304.71084037.nemoto@toshiba-tops.co.jp>; from anemo@mba.ocn.ne.jp on Mon, Apr 28, 2003 at 07:13:04PM +0900
On Mon, Apr 28, 2003 at 07:13:04PM +0900, Atsushi Nemoto wrote:
> --- linux-mips-cvs/arch/mips/mm/c-tx39.c Mon Apr 28 09:44:52 2003
> +++ linux.new/arch/mips/mm/c-tx39.c Mon Apr 28 19:07:45 2003
> @@ -26,7 +26,8 @@
> /* For R3000 cores with R4000 style caches */
> static unsigned long icache_size, dcache_size; /* Size in bytes */
> static unsigned long icache_way_size, dcache_way_size; /* Size divided by ways */
> -extern long scache_size;
> +#define scache_size 0
> +#define scache_way_size 0
Not beautyful ... but as you can imagine c-tx39.c is another candidate
for eventual integration into c-r4k.c, so applied.
Ralf
next prev parent reply other threads:[~2003-04-28 11:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-28 10:13 c-tx39.c build fix Atsushi Nemoto
2003-04-28 11:16 ` Ralf Baechle [this message]
2003-04-28 13:04 ` Atsushi Nemoto
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=20030428131605.A23461@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=anemo@mba.ocn.ne.jp \
--cc=linux-mips@linux-mips.org \
--cc=nemoto@toshiba-tops.co.jp \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.