9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Tim Newsham <newsham@lava.net>
To: 9fans@cse.psu.edu
Subject: [9fans] cache question
Date: Fri, 28 Jan 2005 12:19:08 -1000	[thread overview]
Message-ID: <Pine.BSI.4.61.0501281208210.23562@malasada.lava.net> (raw)

Hi,
    I'm seeing a bug where I get some random crashes when I boot
my kernel with the dcache on which go away if I turn off the
dcache.  I'm guessing this means that something in the cache
needs to get flushed that isnt.  What it is or when I should
flush is less clear to me.  The portable code lets the machine
specific code know when it should perform an instruction cache
flush, but never indicates any data flushes.

The cache is virtually addressed and physically tagged.  Its
twice as big as a VM page size, and I have pgcolor defined
to return ((va>>PGSHIFT) & 1).

Any pointers would be appreciated,
Tim N.


             reply	other threads:[~2005-01-28 22:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-28 22:19 Tim Newsham [this message]
2005-01-28 23:24 ` Tim Newsham

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=Pine.BSI.4.61.0501281208210.23562@malasada.lava.net \
    --to=newsham@lava.net \
    --cc=9fans@cse.psu.edu \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).