From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH for 4.5] Remove stray blexit() Date: Tue, 14 Oct 2014 10:59:28 +0100 Message-ID: <1413280768.10417.2.camel@citrix.com> References: <1413230189-3721-1-git-send-email-roy.franz@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Vijay Kilari Cc: "Keir (Xen.org)" , Tim Deegan , "xen-devel@lists.xen.org" , Roy Franz , Stefano Stabellini , Jan Beulich , fu.wei@linaro.org List-Id: xen-devel@lists.xenproject.org On Tue, 2014-10-14 at 11:51 +0530, Vijay Kilari wrote: > On Tue, Oct 14, 2014 at 1:26 AM, Roy Franz wrote: > > A stray call to blexit() was in the normal processing path for handling > > FDTs specified in the config file, causing the EFI boot code to > > unconditionally exit. Remove the blexit() call as it should never > > have been here. > > > Tested-by: Vijaya Kumar K Acked + applied, thanks.