Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] c-r4k.c
@ 2003-04-13 22:10 ilya
  0 siblings, 0 replies; only message in thread
From: ilya @ 2003-04-13 22:10 UTC (permalink / raw)
  To: linux-mips

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

It seems like following is needed to get mips64/mm/c-r4k.c to compile:

Index: arch/mips64/mm/c-r4k.c
===================================================================
RCS file: /home/cvs/linux/arch/mips64/mm/c-r4k.c,v
retrieving revision 1.30
diff -u -r1.30 c-r4k.c
--- arch/mips64/mm/c-r4k.c      13 Apr 2003 00:10:41 -0000      1.30
+++ arch/mips64/mm/c-r4k.c      13 Apr 2003 22:06:14 -0000
@@ -1073,7 +1073,7 @@
             PAGE_SIZE - 1);
 
        flush_cache_sigtramp = r4k_flush_cache_sigtramp;
-       _flush_icache_all = r4k_flush_icache_all;
+       flush_icache_all = r4k_flush_icache_all;
        flush_data_cache_page = r4k_flush_data_cache_page;
        flush_icache_range = r4k_flush_icache_range;    /* Ouch */
 


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

only message in thread, other threads:[~2003-04-13 22:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-13 22:10 [PATCH] c-r4k.c ilya

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