From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id A971F1A0519 for ; Wed, 11 Feb 2015 15:27:08 +1100 (AEDT) Message-ID: <54DADA1B.4060009@ozlabs.org> Date: Wed, 11 Feb 2015 12:27:07 +0800 From: Jeremy Kerr MIME-Version: 1.0 To: Benjamin Herrenschmidt , linuxppc-dev Subject: Re: [PATCH 4/4] powerpc/boot: don't clobber r6 and r7 in epapr boot References: <1423570510.219346.759068385066.4.gpush@pablo> <1423620585.5891.22.camel@kernel.crashing.org> In-Reply-To: <1423620585.5891.22.camel@kernel.crashing.org> Content-Type: text/plain; charset=utf-8 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Ben, > You might want to also remove the use of r8 and r9 which are supposed > to contain the OPAL entry and base for debugging purposes. We would also > have to restore them before booting the kernel. I'd prefer that to be a separate change, if that's okay - it'd require us to change the kentry prototype, and would percolate to epapr_platform init too. Cheers, Jeremy