vkernel64 - Make operational again after bootstrap changes
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 7 Jul 2014 05:53:19 +0000 (22:53 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 7 Jul 2014 05:55:29 +0000 (22:55 -0700)
commit739d9bd389027e794762fea56471337114469d7f
tree7c3d3400eac6fbbba7b509f1368f6bd02c433cc7
parentd490a4c9fc43aaeb646ba2f103b4fdf7c7633a71
vkernel64 - Make operational again after bootstrap changes

* vkernel64's need the same cpu_idle_restore() fix that x86-64 got to
  properly handle pending migrations on the BSP at bootstrap time.
  (this occurs due to the way initclocks_other() works now).

* Add a warning/reminder in param.h regarding increasing MAXCPU beyond 256.
sys/cpu/x86_64/include/param.h
sys/platform/vkernel64/x86_64/mp.c
sys/platform/vkernel64/x86_64/swtch.s