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 0F2ED1A0501 for ; Thu, 25 Feb 2016 01:34:22 +1100 (AEDT) In-Reply-To: <1455840984-24068-4-git-send-email-mikey@neuling.org> To: Michael Neuling , Benjamin Herrenschmidt From: Michael Ellerman Cc: Michael Neuling , linuxppc-dev@lists.ozlabs.org, "Aneesh Kumar K.V" Subject: Re: [v2,3/3] powerpc: Add POWER9 cputable entry Message-Id: <20160224143421.C63A914076B@ozlabs.org> Date: Thu, 25 Feb 2016 01:34:21 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2016-19-02 at 00:16:24 UTC, Michael Neuling wrote: > Add a cputable entry for POWER9. More code is required to actually > boot and run on a POWER9 but this gets the base piece in which we can > start building on. > > Copies over from POWER8 except for: > - Adds a new CPU_FTR_ARCH_300 bit to start hanging new architecture > features from (in subsequent patches). > - Advertises new user features bits PPC_FEATURE2_ARCH_3_00 & > HAS_IEEE128 when on POWER9. > - Drops CPU_FTR_SUBCORE. > - Drops PMU code and machine check. > > Signed-off-by: Michael Neuling Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/c3ab300ea55541014348561e76 cheers