All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zachary Amsden <zach@vmware.com>
To: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: Chris Wright <chrisw@sous-sol.org>,
	Virtualization Mailing List <virtualization@lists.osdl.org>
Subject: Re: pgd_alloc and [cd]tors
Date: Thu, 16 Nov 2006 21:14:52 -0800	[thread overview]
Message-ID: <455D454C.9040808@vmware.com> (raw)
In-Reply-To: <455D42C7.4070203@goop.org>

Jeremy Fitzhardinge wrote:
> Zachary Amsden wrote:
>   
>> Actually, vmalloc mapping replication is not quite straightforward -
>> you have to replicate it under locks and track all pgds using pgd_list
>> if you support large pages.
>>     
>
> But that machinery already exists.  It would continue to work under PAE
> wouldn't it?
>   

No, it doesn't exist under PAE, since PAE uses a common pgd[3] therefore 
the init_mm pgd never needs changing for large page / split page PD 
transitions.  The code is there for non-PAE, but compiled out of the PAE 
version.

Zach

  reply	other threads:[~2006-11-17  5:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-17  0:50 pgd_alloc and [cd]tors Jeremy Fitzhardinge
2006-11-17  1:28 ` Chris Wright
2006-11-17  2:10 ` Zachary Amsden
2006-11-17  5:04   ` Jeremy Fitzhardinge
2006-11-17  5:14     ` Zachary Amsden [this message]
2006-11-17  7:14       ` Jeremy Fitzhardinge
2006-11-17  8:33       ` Gerd Hoffmann

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=455D454C.9040808@vmware.com \
    --to=zach@vmware.com \
    --cc=chrisw@sous-sol.org \
    --cc=jeremy@goop.org \
    --cc=virtualization@lists.osdl.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.