Jake Burkholder
50e24eb628
- Move the routine for flushing all user mappings from the tlb from pmap to
...
the cpu dependent files. It will need to be done differently for USIII.
- Simplify the logic for detecting context rollovers. Instead of dealing
with it when the next context switch would cause the context numbers to
rollover, deal with it when they actually do rollover.
- Move some things around in cpu_switch so that we only do 1 membar #Sync
when switching address space, instead of 2.
- Detect kernel threads by comparing the new vm space to vmspace0, instead
if checking if the tlb context is 0.
- Removed some debug code.
2003-04-13 21:54:58 +00:00
..
2002-06-30 05:48:03 +00:00
2003-01-01 18:49:04 +00:00
2002-07-29 17:41:23 +00:00
2003-03-25 00:07:06 +00:00
2002-07-16 16:22:25 +00:00
2002-08-18 02:09:27 +00:00
2002-12-21 08:53:26 +00:00
2002-12-01 23:30:26 +00:00
2003-01-21 18:22:26 +00:00
2003-04-10 23:03:33 +00:00
2003-04-08 06:35:09 +00:00
2002-10-05 20:14:49 +00:00
2002-07-28 01:01:14 +00:00
2003-04-06 17:05:26 +00:00
2003-01-05 03:48:55 +00:00
2002-09-23 04:32:17 +00:00
2003-02-08 20:37:55 +00:00
2003-04-01 04:02:45 +00:00
2002-10-22 18:03:15 +00:00
2002-09-14 17:58:54 +00:00
2002-09-14 18:00:44 +00:00
2002-07-16 17:44:01 +00:00
2002-09-28 03:06:35 +00:00
2003-01-06 17:10:07 +00:00
2003-04-10 23:50:06 +00:00
2003-04-08 06:35:09 +00:00
2002-06-29 07:04:59 +00:00
2003-01-01 18:49:04 +00:00
2002-07-16 16:24:03 +00:00
2003-04-08 06:35:09 +00:00
2002-05-29 05:49:59 +00:00
2002-11-07 16:07:46 +00:00
2003-04-08 06:35:09 +00:00
2002-10-01 06:34:21 +00:00
2003-04-03 18:28:03 +00:00
2003-03-18 08:15:24 +00:00
2003-04-13 21:54:58 +00:00
2002-05-08 04:21:58 +00:00
2002-07-30 06:14:34 +00:00
2002-10-22 18:03:15 +00:00
2002-06-20 06:21:20 +00:00
2002-10-05 05:47:56 +00:00
2002-10-25 19:10:58 +00:00
2003-04-08 06:35:09 +00:00
2002-10-06 22:01:07 +00:00
2002-04-29 18:08:26 +00:00
2002-10-25 17:42:14 +00:00
2003-04-13 21:54:58 +00:00
2002-10-25 16:00:47 +00:00
2003-04-08 06:35:09 +00:00
2003-03-27 02:16:31 +00:00
2003-01-10 00:04:56 +00:00
2002-10-27 17:22:43 +00:00
2002-10-06 22:02:06 +00:00
2002-11-07 16:07:46 +00:00
2002-12-27 19:31:26 +00:00
2003-04-08 06:35:09 +00:00