linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Rik van Riel <riel@conectiva.com.br>
To: Martin Maletinsky <maletinsky@scs.ch>
Cc: linux-mm@kvack.org, kernelnewbies@nl.linux.org
Subject: Re: Question on pte bits
Date: Fri, 6 Dec 2002 14:08:17 -0200 (BRST)	[thread overview]
Message-ID: <Pine.LNX.4.50L.0212061407120.22252-100000@duckman.distro.conectiva> (raw)
In-Reply-To: <3DF0BAD4.946B1845@scs.ch>

On Fri, 6 Dec 2002, Martin Maletinsky wrote:

> After getting the corresponding page table entry, the function makes a
> check, which I don't quite understand - if write access is requested to
> the page, it not only checks the write permission in the page table
> entry (with pte_write()), but also the dirty bit (with pte_dirty()). Why
> does a page need to be dirty in the case write == 1 (see line 444 in the
> code excerpt below?

If write == 1, then somebody wants to write to the page NOW.
In that case it's more efficient to just set the dirty bit
than to take a trap later on; remember that many CPUs can't
keep track of the dirty bit in hardware but trap to the OS.

Rik
-- 
A: No.
Q: Should I include quotations after my reply?
http://www.surriel.com/		http://guru.conectiva.com/
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/

      reply	other threads:[~2002-12-06 16:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-06 14:57 Martin Maletinsky
2002-12-06 16:08 ` Rik van Riel [this message]

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.LNX.4.50L.0212061407120.22252-100000@duckman.distro.conectiva \
    --to=riel@conectiva.com.br \
    --cc=kernelnewbies@nl.linux.org \
    --cc=linux-mm@kvack.org \
    --cc=maletinsky@scs.ch \
    /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