All of lore.kernel.org
 help / color / mirror / Atom feed
* c-tx39.c build fix
@ 2003-04-28 10:13 Atsushi Nemoto
  2003-04-28 11:16 ` Ralf Baechle
  0 siblings, 1 reply; 3+ messages in thread
From: Atsushi Nemoto @ 2003-04-28 10:13 UTC (permalink / raw)
  To: linux-mips, ralf; +Cc: nemoto

Here is a patch to fix build error of c-tx39.c.  Please apply.  Thank you.

diff -u linux-mips-cvs/arch/mips/mm/c-tx39.c linux.new/arch/mips/mm/
--- 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
 
 #include <asm/r4kcache.h>
 
---
Atsushi Nemoto

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-04-28 12:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-28 10:13 c-tx39.c build fix Atsushi Nemoto
2003-04-28 11:16 ` Ralf Baechle
2003-04-28 13:04   ` Atsushi Nemoto

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.