All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Malek <dan@mvista.com>
To: Ralph Blach <rcblach@raleigh.ibm.com>
Cc: Linix PPC Emmbedded <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: support for only 255 processes on a 405
Date: Mon, 27 Aug 2001 14:52:45 -0400	[thread overview]
Message-ID: <3B8A96FD.49F70C62@mvista.com> (raw)
In-Reply-To: 3B8A8FEC.172413E5@raleigh.ibm.com


Ralph Blach wrote:

> Perhaps i dont understand.  It looks like from the code that process id
> and pids dont match.  Could you explain how this code works.

The "contexts" are associated with an MM context, not with a process ID.
Typically a process has one MM context, but there are cases (like
multithreaded address spaces) that will share an MM context and all
get the same TLB context.  A "process" is somewhat blurry in Linux,
but you can still think of it as an address space plus a processor
thread.  We are really concerned what happens to the address space
and how that affects the MMU, not what the thread actually does,
or how many share the address space.


	-- Dan

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

      reply	other threads:[~2001-08-27 18:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-27 11:38 support for only 255 processes on a 405 Ralph Blach
2001-08-27 18:14 ` Dan Malek
2001-08-27 18:22   ` Ralph Blach
2001-08-27 18:52     ` Dan Malek [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=3B8A96FD.49F70C62@mvista.com \
    --to=dan@mvista.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    --cc=rcblach@raleigh.ibm.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.