| To: | "Maciej W. Rozycki" <macro@linux-mips.org> |
|---|---|
| Subject: | Re: [patch] blast_scache nop for sc cpus without scache |
| From: | tsbogend@alpha.franken.de (Thomas Bogendoerfer) |
| Date: | Mon, 27 Jun 2005 21:09:10 +0200 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, Florian Lohoff <flo@rfc822.org>, linux-mips@linux-mips.org |
| In-reply-to: | <Pine.LNX.4.61L.0506271309500.15406@blysk.ds.pg.gda.pl> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20050625131938.GA7669@paradigm.rfc822.org> <20050625160316.GP6953@linux-mips.org> <20050625175048.GA25276@alpha.franken.de> <Pine.LNX.4.61L.0506271309500.15406@blysk.ds.pg.gda.pl> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.9i |
On Mon, Jun 27, 2005 at 01:45:39PM +0100, Maciej W. Rozycki wrote:
> Are you sure CONF_SC isn't set?
I've checked that after we saw a crash in __flush_cache_all().
> That would be weird, it's one of the boot-mode settings so it would be
> hard to get it wrong. What's printed upon bootstrap about caches?
I don't have the console working yet, we just put enough prom_printf()s
to work out, what was going wron.
> (but it may break elsewhere). Have I heard: "serious brain damage" from
> you? Well, I couldn't agree more...
well, I haven't digged deep enough, to have a good opion on the whole
issue.
I'm also not sure, whether adding the blast_scache_nop() stuff is
the way to go. I'd probably throw out the switch case over CPU types
and use a single test before calling r4k_blast_scache(). Hmm, the
probably cheapest version would be:
if (r4k_blast_scache)
r4k_blast_scache();
Problem solved.
Thomas.
--
Crap can work. Given enough thrust pigs will fly, but it's not necessary a
good idea. [ RFC1925, 2.3 ]
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | crosstool (glibc based toolchain for MIPS), Prashant Viswanathan |
|---|---|
| Next by Date: | Re: [patch] blast_scache nop for sc cpus without scache, Maciej W. Rozycki |
| Previous by Thread: | Re: [patch] blast_scache nop for sc cpus without scache, Maciej W. Rozycki |
| Next by Thread: | Re: [patch] blast_scache nop for sc cpus without scache, Maciej W. Rozycki |
| Indexes: | [Date] [Thread] [Top] [All Lists] |