From: tsbogend@alpha.franken.de (Thomas Bogendoerfer)
To: "Maciej W. Rozycki" <macro@linux-mips.org>
Cc: Ralf Baechle <ralf@linux-mips.org>,
Florian Lohoff <flo@rfc822.org>,
linux-mips@linux-mips.org
Subject: Re: [patch] blast_scache nop for sc cpus without scache
Date: Mon, 27 Jun 2005 21:09:10 +0200 [thread overview]
Message-ID: <20050627190910.GA13292@alpha.franken.de> (raw)
In-Reply-To: <Pine.LNX.4.61L.0506271309500.15406@blysk.ds.pg.gda.pl>
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 ]
next prev parent reply other threads:[~2005-06-27 19:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-25 13:19 [patch] blast_scache nop for sc cpus without scache Florian Lohoff
2005-06-25 16:03 ` Ralf Baechle
2005-06-25 17:50 ` Thomas Bogendoerfer
2005-06-27 12:45 ` Maciej W. Rozycki
2005-06-27 14:36 ` Ralf Baechle
2005-06-27 15:31 ` Maciej W. Rozycki
2005-06-27 19:09 ` Thomas Bogendoerfer [this message]
2005-06-27 19:43 ` Maciej W. Rozycki
2005-06-28 7:20 ` peter fuerst
2005-06-28 9:11 ` Maciej W. Rozycki
2005-06-28 9:35 ` Stanislaw Skowronek
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=20050627190910.GA13292@alpha.franken.de \
--to=tsbogend@alpha.franken.de \
--cc=flo@rfc822.org \
--cc=linux-mips@linux-mips.org \
--cc=macro@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.