linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Re: What's MMU context?
@ 1999-10-27 15:55 Dan Malek
  1999-12-07  2:58 ` Debugging with thread(s) Claude Robitaille
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Malek @ 1999-10-27 15:55 UTC (permalink / raw)
  To: wung_y; +Cc: linux-ppc, linuxppc embedded mail list


Wang Yong wrote:
> 
> as the source code of linuxPPC, there is a global variable named
> next_mmu_context which is increased by one at each time of create a new
> process. what does this mean and what is mmu context?


I intened to use it on the 8xx processors, as they have an address
space id that allows a TLB optimization so you don't have to
invalidate the entire TLB on context switches.  I assume the
MIPS folks use it as well, since that is where I first used
such an optimization (in an OS other than Linux).  Unfortunately,
the ratio of entries to ASIDs is wrong for my original MIPS-like
algorithm to work, and I never got around to writing something
new.

This was already part of the Linux/PPC port when I started the 8xx
work, and I don't know if other processors use it or if it was
just part of the generic port that was maintained.


	-- Dan

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1999-12-08 13:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <0FMD0095OJDI5C@falla.videotron.net>
1999-12-08  0:59 ` Debugging with thread(s) Claude Robitaille
1999-12-08  8:38   ` Martin Costabel
     [not found] ` <v04003a00b47368afb81b@[216.81.20.221]>
1999-12-08 13:14   ` Marcus Sundberg
1999-10-27 15:55 What's MMU context? Dan Malek
1999-12-07  2:58 ` Debugging with thread(s) Claude Robitaille
1999-12-07 13:14   ` Frank McPherson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).