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 4CB8C1A1DDA for ; Mon, 17 Aug 2015 18:03:31 +1000 (AEST) In-Reply-To: <1438758511-918-1-git-send-email-ego@linux.vnet.ibm.com> To: "Gautham R. Shenoy" , Paul Mackerras , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: Shreyas B Prabhu , mikey@neuling.org, Madhavan Srinivasan , "Gautham R. Shenoy" Subject: Re: [v3] powerpc: Add an inline function to update POWER8 HID0 Message-Id: <20150817080331.396941402B4@ozlabs.org> Date: Mon, 17 Aug 2015 18:03:31 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2015-05-08 at 07:08:31 UTC, "Gautham R. Shenoy" wrote: > Section 3.7 of Version 1.2 of the Power8 Processor User's Manual > prescribes that updates to HID0 be preceded by a SYNC instruction and > followed by an ISYNC instruction (Page 91). > > Create an inline function name update_power8_hid0() which follows this > recipe and invoke it from the static split core path. > > Signed-off-by: Gautham R. Shenoy > Reviewed-by: Sam Bobroff > Tested-by: Sam Bobroff Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/e63dbd16ab7be41f5b66 cheers