git: vkernel64 - Make operational again after bootstrap changes

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Jul 6 22:55:35 PDT 2014


commit 739d9bd389027e794762fea56471337114469d7f
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Jul 6 22:53:19 2014 -0700

    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.

Summary of changes:
 sys/cpu/x86_64/include/param.h        |  4 ++++
 sys/platform/vkernel64/x86_64/mp.c    |  3 ++-
 sys/platform/vkernel64/x86_64/swtch.s | 17 ++++++++++++++---
 3 files changed, 20 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/739d9bd389027e794762fea56471337114469d7f


-- 
DragonFly BSD source repository



More information about the Commits mailing list