git: kernel - extend cpus past 64 - fixes

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


commit 586f3381714f121268b0a97c375c8a975eee8175
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Jul 6 12:19:18 2014 -0700

    kernel - extend cpus past 64 - fixes
    
    * qemu testing.  Kernel can get stuck due to there not being enough
      pre-allocated vm_map_entry structures.  Increase MAX_MAPENT for booting
      from 2048 to (SMP_MAXCPU * 32 + 1024), which should hopefully be enough.
    
    * During early booting, the ZONE_SPECIAL flag is not yet set in
      mapentzone_store.zflags.  Add code to set the flag early.

Summary of changes:
 sys/vm/vm_map.c | 5 ++++-
 sys/vm/vm_map.h | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/586f3381714f121268b0a97c375c8a975eee8175


-- 
DragonFly BSD source repository



More information about the Commits mailing list