Bruce Evans 7b3c84247b Preserve %fs and %gs across context switches. This has a relatively low
cost since it is only done in cpu_switch(), not for every exception.
The extra state is kept in the pcb, and handled much like the npx state,
with similar deficiencies (the state is not preserved across signal
handlers, and error handling loses state).
1997-06-07 04:36:10 +00:00
..
1997-06-04 22:09:15 +00:00
1997-05-10 09:58:58 +00:00
1997-05-09 08:04:59 +00:00
1997-06-03 17:22:47 +00:00
1997-05-28 04:45:15 +00:00