Searched hist:214526 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/boot/sparc64/loader/
H A Dmain.cdiff 214526 Fri Oct 29 18:46:04 MDT 2010 marius Partially revert r203829; as it turns out what the PowerPC OFW loader did
was incorrect as further down the road cons_probe() calls malloc() so the
former can't be called before init_heap() has succeed. Instead just exit
to the firmware in case init_heap() fails like OF_init() does when hitting
a problem as we're then likely running in a very broken environment where
hardly anything can be trusted to work.

Completed in 95 milliseconds