]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move the call to pmap_bootstrap to after the initialisation of thread0.
authorDoug Rabson <dfr@FreeBSD.org>
Thu, 14 Mar 2002 09:20:07 +0000 (09:20 +0000)
committerDoug Rabson <dfr@FreeBSD.org>
Thu, 14 Mar 2002 09:20:07 +0000 (09:20 +0000)
commit26c01501cd820306d3f99417eff7c3129a4590f8
tree2411398336680a787666e8fcd1b44969eb62d06d
parentb0a3bfbdc64883afcc9b85fbb382753a3981b617
Move the call to pmap_bootstrap to after the initialisation of thread0.
This allows us to use mutexes in pmap safely. Also initialise fpcurthread
for cpu0 so that ia64_fpstate_check doesn't barf during boot.
sys/ia64/ia64/machdep.c