From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vkjvc2B6zzDqYY for ; Fri, 17 Mar 2017 09:34:36 +1100 (AEDT) Date: Fri, 17 Mar 2017 09:17:14 +1100 From: Paul Mackerras To: "Aneesh Kumar K.V" Cc: benh@kernel.crashing.org, mpe@ellerman.id.au, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH V2 05/11] powerpc/mm: Add translation mode information in /proc/cpuinfo Message-ID: <20170316221714.GE10100@fergus.ozlabs.ibm.com> References: <1489660329-22501-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <1489660329-22501-6-git-send-email-aneesh.kumar@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1489660329-22501-6-git-send-email-aneesh.kumar@linux.vnet.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Mar 16, 2017 at 04:02:03PM +0530, Aneesh Kumar K.V wrote: > With this we have on powernv and pseries /proc/cpuinfo reporting > > timebase : 512000000 > platform : PowerNV > model : 8247-22L > machine : PowerNV 8247-22L > firmware : OPAL > MMU : Hash > > Signed-off-by: Aneesh Kumar K.V Reviewed-by: Paul Mackerras