thorpej 956b3ca3b3 Track which process a CPU is running/has last run on by adding a
p_cpu member to struct proc.  Use this in certain places when
accessing scheduler state, etc.  For the single-processor case,
just initialize p_cpu in fork1() to avoid having to set it in the
low-level context switch code on platforms which will never have
multiprocessing.

While I'm here, comment a few places where there are known issues
for the SMP implementation.
2000-05-31 05:02:31 +00:00
..
2000-05-27 12:22:24 +00:00
2000-05-07 00:38:39 +00:00
2000-05-28 20:03:21 +00:00
2000-05-28 19:42:31 +00:00
2000-05-27 22:17:54 +00:00
2000-05-27 13:51:38 +00:00