| To: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
|---|---|
| Subject: | Re: c-tx39.c build fix |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Mon, 28 Apr 2003 13:16:05 +0200 |
| Cc: | linux-mips@linux-mips.org, nemoto@toshiba-tops.co.jp |
| 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 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20030428.191304.71084037.nemoto@toshiba-tops.co.jp> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.2.5.1i |
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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: CVS Update@-mips.org: linux, Atsushi Nemoto |
|---|---|
| Next by Date: | Re: CVS Update@-mips.org: linux, Ralf Baechle |
| Previous by Thread: | c-tx39.c build fix, Atsushi Nemoto |
| Next by Thread: | Re: c-tx39.c build fix, Atsushi Nemoto |
| Indexes: | [Date] [Thread] [Top] [All Lists] |