From: Brian Murphy <brm@murphy.dk>
To: linux-mips@linux-mips.org, ralf@linux-mips.org
Subject: [PATCH 2.4] trivial secondary cache probe fix for R5000/NEVADA
Date: Sun, 13 Apr 2003 20:41:47 +0200 [thread overview]
Message-ID: <E194mQF-0004aB-00@brian.localnet> (raw)
Hi Ralf,
despite the comment there are at least two more processors this
probe is needed/works for.
Please apply.
/Brian
Index: arch/mips/mm/c-r4k.c
===================================================================
RCS file: /cvs/linux/arch/mips/mm/c-r4k.c,v
retrieving revision 1.3.2.37
diff -u -r1.3.2.37 c-r4k.c
--- arch/mips/mm/c-r4k.c 13 Apr 2003 00:10:30 -0000 1.3.2.37
+++ arch/mips/mm/c-r4k.c 13 Apr 2003 18:32:21 -0000
@@ -996,6 +996,8 @@
case CPU_R4400PC:
case CPU_R4400SC:
case CPU_R4400MC:
+ case CPU_R5000:
+ case CPU_NEVADA:
probe_scache_kseg1 = (probe_func_t) (KSEG1ADDR(&probe_scache));
sc_present = probe_scache_kseg1(config);
break;
next reply other threads:[~2003-04-13 18:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-13 18:41 Brian Murphy [this message]
2003-04-13 19:15 ` [PATCH 2.4] trivial secondary cache probe fix for R5000/NEVADA Ralf Baechle
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=E194mQF-0004aB-00@brian.localnet \
--to=brm@murphy.dk \
--cc=linux-mips@linux-mips.org \
--cc=ralf@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 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.