All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vivek <vivekutal@gmail.com>
To: Rick Brown <rick.brown.3@gmail.com>
Cc: kernelnewbies <kernelnewbies@nl.linux.org>, linux-newbie@vger.kernel.org
Subject: Re: need for 3G/1G split
Date: Wed, 21 Mar 2007 16:08:21 +0530	[thread overview]
Message-ID: <1174473501.9500.12.camel@localhost> (raw)
In-Reply-To: <7783925d0703202115j11dbf254nc916252e4cd98e8a@mail.gmail.com>

> Why is kernel restricted to use virtual addresses of only 1 GB? Or
> what is the need to split up the virtual address space into user
> addresses and kernel addresses?

We can have 4GB for kernel and 4GB for userspace but this has a overhead
of flushing of tlb for every syscall.
You can also make the split 2/2GB but this has a problem of having less
user address space.
3/1 is a better choice.

--
Vivek Kutal


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

  reply	other threads:[~2007-03-21 10:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-21  4:15 need for 3G/1G split Rick Brown
2007-03-21 10:38 ` Vivek [this message]
2007-03-22  5:41   ` Sandeep Kumar
2007-03-22  5:41   ` Prasad Joshi
2007-03-22  6:35     ` Rajat Jain

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=1174473501.9500.12.camel@localhost \
    --to=vivekutal@gmail.com \
    --cc=kernelnewbies@nl.linux.org \
    --cc=linux-newbie@vger.kernel.org \
    --cc=rick.brown.3@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 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.