Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Oct 2010 20:42:02 +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:  <201010292042.o9TKgLRg007722@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2010-10-29 20:42:02 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/sparc64/loader main.c 
  Log:
  SVN rev 214526 on 2010-10-29 20:42:02Z by 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.
  
  Revision  Changes    Path
  1.50      +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?201010292042.o9TKgLRg007722>