Properly initialize next_cpu to 0 when '-l map' is used for the default
commit92d2f80a238dbfa2b2b26fdacdaa02735d8b3d5f
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 22 Jul 2007 20:04:00 +0000 (22 20:04 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 22 Jul 2007 20:04:00 +0000 (22 20:04 +0000)
treec9775379c9f9775cae35bbb02a4118234db11427
parent6d233c5d040778c2655923f2a20676e7e519ceca
Properly initialize next_cpu to 0 when '-l map' is used for the default
case, with no starting cpu specified.  Only check the string pointer returned
from strtol() when strtol() is actually called.
sys/platform/vkernel/platform/init.c