Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Nov 2010 22:12:06 +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.oA2MCFul022092@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2010-11-02 22:12:06 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/boot/sparc64/loader main.c 
  Log:
  SVN rev 214690 on 2010-11-02 22:12:06Z by marius
  
  MFC: r214526
  
  Partially revert r203829 (MFC'ed to stable/7 in r205920); 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.42.2.8  +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.oA2MCFul022092>