All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zoltan Menyhart <Zoltan.Menyhart@bull.net>
To: linux-ia64@vger.kernel.org
Subject: Re: [rfc] dynamic 3-level / 4-level page table
Date: Tue, 02 May 2006 08:28:08 +0000	[thread overview]
Message-ID: <44571818.8000209@bull.net> (raw)
In-Reply-To: <4sur0l$s99mf@fmsmga001.fm.intel.com>

Chen, Kenneth W wrote:
...
> @@ -216,21 +216,11 @@ ENTRY(vhpt_miss)
>  	 * r18 = *pte
>  	 */
>  	ld8 r25=[r21]				// read *pte again
> -	ld8 r26=[r17]				// read *pmd again
> -#ifdef CONFIG_PGTABLE_4
> -	ld8 r19=[r28]				// read *pud again
> -#endif
> -	cmp.ne p6,p7=r0,r0
>  	;;
> -	cmp.ne.or.andcm p6,p7=r26,r20		// did *pmd change
> -#ifdef CONFIG_PGTABLE_4
> -	cmp.ne.or.andcm p6,p7=r19,r29		// did *pud change
> -#endif
...
You explained me a month ago why pud...pmd pointers are re-checked
in "vhpt_miss".

Later I pointed out that *pgd has to be re-read and compared, too.

Could you please explain why you think it is not necessary any
more to re-check them?

Thanks,

Zoltan

      parent reply	other threads:[~2006-05-02  8:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-28  2:09 [rfc] dynamic 3-level / 4-level page table Chen, Kenneth W
2006-04-28  8:57 ` Zoltan Menyhart
2006-04-28 15:33 ` Robin Holt
2006-04-28 17:16 ` Chen, Kenneth W
2006-04-28 17:22 ` Chen, Kenneth W
2006-05-02  8:28 ` Zoltan Menyhart [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=44571818.8000209@bull.net \
    --to=zoltan.menyhart@bull.net \
    --cc=linux-ia64@vger.kernel.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.