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 0502C1A0633 for ; Fri, 19 Feb 2016 11:16:27 +1100 (AEDT) From: Michael Neuling To: Michael Ellerman , Benjamin Herrenschmidt Cc: linuxppc-dev@lists.ozlabs.org, "Aneesh Kumar K.V" , Michael Neuling Subject: [PATCH v2 0/3] powerpc: Add POWER9 cputable entry Date: Fri, 19 Feb 2016 11:16:21 +1100 Message-Id: <1455840984-24068-1-git-send-email-mikey@neuling.org> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Add CPU table entry for POWER9 v2: Updates based on comments from mpe: - reuse user features from POWER8 - remove "Hacked up" from comment - gave oprofile name POWER9 - removed untested power8 machine check hook - used defines for tlb init code - removed pmu init from setup code - added POWER9 to CPU_FTRS_ALWAYS - reworded comment on common flush_tlb_* code - moved to CPU_FTR_ARCH_300 to be consistent with user bit