From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnPzq-0007Vy-Hm for qemu-devel@nongnu.org; Thu, 22 May 2014 06:13:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnPzj-0007Ul-7T for qemu-devel@nongnu.org; Thu, 22 May 2014 06:13:10 -0400 Message-ID: <537DCDAD.9000209@suse.de> Date: Thu, 22 May 2014 12:13:01 +0200 From: Alexander Graf MIME-Version: 1.0 References: <86a9aa1hs0.fsf@LAUTARET.i-did-not-set--mail-host-address--so-tickle-me> In-Reply-To: <86a9aa1hs0.fsf@LAUTARET.i-did-not-set--mail-host-address--so-tickle-me> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/2] openpic: Move definition of openpic_reset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Janzen , qemu-ppc@nongnu.org Cc: Scott Wood , qemu-devel@nongnu.org On 22.05.14 06:46, Paul Janzen wrote: > This patch moves the definition of openpic_reset after the various > register read/write functions. No functional change. It is in > preparation for using the register read/write functions in > openpic_reset. > > Signed-off-by: Paul Janzen Thanks, applied both to ppc-next. Alex