Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754611AbcCBPYj (ORCPT ); Wed, 2 Mar 2016 10:24:39 -0500 Received: from foss.arm.com ([217.140.101.70]:59152 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752178AbcCBPYi (ORCPT ); Wed, 2 Mar 2016 10:24:38 -0500 Date: Wed, 2 Mar 2016 15:24:30 +0000 From: Mark Rutland To: Yury Norov Cc: Suzuki K Poulose , linux-arm-kernel@lists.infradead.org, marc.zyngier@arm.com, catalin.marinas@arm.com, will.deacon@arm.com, linux-kernel@vger.kernel.org, kvmarm@lists.cs.columbia.edu, christoffer.dall@linaro.org Subject: Re: [PATCH v2 0/8] arm64: Support for systems without AArch32 state Message-ID: <20160302152429.GE11670@leverpostej> References: <1456393968-17386-1-git-send-email-suzuki.poulose@arm.com> <20160301211923.GA1325@yury-N73SV> <20160302150721.GA16286@yury-N73SV> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160302150721.GA16286@yury-N73SV> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 605 Lines: 19 On Wed, Mar 02, 2016 at 06:07:21PM +0300, Yury Norov wrote: > ubuntu@arm64:~$ uname -a > Linux arm64 4.5.0-rc5-00019-g3e330b9 #76 SMP PREEMPT Wed Mar 2 17:46:57 MSK 2016 aarch64 aarch64 aarch64 GNU/Linux > > ubuntu@arm64:~$ cat /proc/cpuinfo > processor : 0-47 > BogoMIPS : 200.00 > Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics > CPU implementer : 0x43 > CPU architecture: 8 > CPU variant : 0x1 > CPU part : 0x0a1 > CPU revision : 0 As an aside, please do not hack up custom /proc/cpuinfo formats. It is a compatibility nightmare for everyone. Mark.