CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/01/06 09:17:33
Modified files:
sys/arch/macppc/macppc: machdep.c
sys/arch/socppc/socppc: machdep.c
Log message:
Make macppc/socppc boot() code path more similar to others.
This changes calling boot() during (cold != 0) to not call if_downall() and
uvm_shutdown(). Both of which must not be specific to PowerPC.
OK mpi@
