Date: Tue, 2 Nov 2010 22:12:12 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/boot/sparc64/loader main.c Message-ID: <201011022212.oA2MCaTs022129@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2010-11-02 22:12:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/boot/sparc64/loader main.c Log: SVN rev 214691 on 2010-11-02 22:12:12Z by marius MFC: r214526 Partially revert r203829 (MFC'ed to stable/7 in r205921); 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. Revision Changes Path 1.32.2.14 +4 -4 src/sys/boot/sparc64/loader/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011022212.oA2MCaTs022129>