1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-03 17:11:32 +00:00
Marcel Moolenaar f3366cc25b 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-29 07:13:47 +00:00
2001-12-29 20:37:14 +00:00
2001-12-30 09:59:02 +00:00
2001-12-29 07:13:47 +00:00
2001-12-29 09:55:37 +00:00
2001-12-29 08:49:28 +00:00