Make macppc/socppc boot() code path more similar to others.
authoruebayasi <uebayasi@openbsd.org>
Mon, 6 Jan 2014 16:17:33 +0000 (16:17 +0000)
committeruebayasi <uebayasi@openbsd.org>
Mon, 6 Jan 2014 16:17:33 +0000 (16:17 +0000)
commit02e9ee72551e67dd76cd75566aba4fad4b6d8c0d
treee703fd0769624a97074c91bc6575fca55d78808f
parent77dd9b856e76238e275e10a0f362874aed0ff4f6
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@
sys/arch/macppc/macppc/machdep.c
sys/arch/socppc/socppc/machdep.c