marcel 8f722634d1 Better implement SMP support:
o  Do not use a special struct to keep track of CPUs we found;
   instead, use struct pcpu. This handles all the magic WRT
   thread creation (yay!).
o  Respect MAXCPU.
o  Use the vhpt_base and vhpt_size values to initialize the AP.
o  Style fixes.

Note that this commit temporarily breaks SMP configurations.
Previously APs didn't do anything, but they now enter the
scheduler. They hold sched_lock for more than 5 secs though
and cause a panic. That's what I call progress :-)
2001-12-30 09:59:02 +00:00
..
2001-12-15 12:32:23 +00:00
2001-12-29 07:13:47 +00:00
2001-12-29 20:37:14 +00:00
2001-12-22 09:29:03 +00:00
2001-12-30 09:59:02 +00:00
2001-11-07 19:55:16 +00:00
2001-12-29 07:13:47 +00:00
2001-12-15 20:53:15 +00:00
2001-12-22 01:35:44 +00:00
2001-09-12 08:38:13 +00:00
2001-12-29 09:55:37 +00:00
2001-12-29 08:49:28 +00:00