Jake Burkholder bc9b764621 Implement kthread context stealing. This is a bit of a misnomer because
the context is not actually stolen, as it would be for i386.  Instead of
deactivating a user vmspace immediately when switching out, and recycling
its tlb context, wait until the next context switch to a different user
vmspace.  In this way we can switch from a user process to any number of
kernel threads and back to the same user process again, without losing any
of its mappings in the tlb that would not already be knocked by the automatic
replacement algorithm.  This is not expected to have a measurable performance
improvement on the machines we currently run on, but it sounds cool and makes
the sparc64 port SMPng buzz word compliant.
2002-03-07 05:15:43 +00:00
..
2002-03-05 11:19:23 +00:00
2002-03-07 00:11:42 +00:00
2002-02-28 03:15:53 +00:00
2002-03-07 04:48:17 +00:00
2002-03-05 21:12:41 +00:00
2002-02-07 20:58:47 +00:00
2002-03-01 13:13:17 +00:00
2002-02-28 03:02:20 +00:00
2002-03-02 13:19:22 +00:00
2002-03-03 01:04:39 +00:00