linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Rik van Riel <riel@redhat.com>
To: Nitin Gupta <nitingupta.mail@gmail.com>
Cc: linux-mm@kvack.org
Subject: Re: a basic question
Date: Sat, 22 Oct 2005 14:11:33 -0400 (EDT)	[thread overview]
Message-ID: <Pine.LNX.4.63.0510221409460.6999@cuia.boston.redhat.com> (raw)
In-Reply-To: <f68e01850510220909wad86b06wadc620fb5f807b5d@mail.gmail.com>

On Sat, 22 Oct 2005, Nitin Gupta wrote:

> - How does processor know that 3GB-4GB is mapped linearly on first 1GB
> of memory. Is there a pagetable for this segment mapping it linearly?

Yes, there are page tables for this.

> - Why isn't it like this  - userspace tasks have 4GB virtual address
> space and for kernel also a 4GB virtual address space that is linearly
> mapped to fist 4GB of memory.

With the 4:4 split patch, this is done.  However, there is a
cost to this approach - every time the system switches from
user mode to kernel mode it goes through a context switch.

An extra two context swiches on every system call, every 
interrupt. For most systems the gained space is simply not 
worth the time overhead.

-- 
All Rights Reversed

--
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/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

      reply	other threads:[~2005-10-22 18:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-22 16:09 Nitin Gupta
2005-10-22 18:11 ` 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.63.0510221409460.6999@cuia.boston.redhat.com \
    --to=riel@redhat.com \
    --cc=linux-mm@kvack.org \
    --cc=nitingupta.mail@gmail.com \
    /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