K 10 svn:author V 6 marius K 8 svn:date V 27 2010-10-29T20:42:02.242084Z K 7 svn:log V 410 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. END