From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753591AbbJUJVu (ORCPT ); Wed, 21 Oct 2015 05:21:50 -0400 Received: from foss.arm.com ([217.140.101.70]:59684 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751698AbbJUJVs (ORCPT ); Wed, 21 Oct 2015 05:21:48 -0400 Date: Wed, 21 Oct 2015 10:21:43 +0100 From: Catalin Marinas To: Dave Martin Cc: "Suzuki K. Poulose" , mark.rutland@arm.com, Vladimir.Murzin@arm.com, steve.capper@linaro.org, ryan.arnold@linaro.org, ard.biesheuvel@linaro.org, aph@redhat.com, will.deacon@arm.com, linux-kernel@vger.kernel.org, edward.nevill@linaro.org, james.morse@arm.com, christoffer.dall@linaro.org, andre.przywara@arm.com, marc.zyngier@arm.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCHv4 06/24] arm64: Move /proc/cpuinfo handling code Message-ID: <20151021092142.GN11226@e104818-lin.cambridge.arm.com> References: <1445261101-22344-1-git-send-email-suzuki.poulose@arm.com> <1445261101-22344-7-git-send-email-suzuki.poulose@arm.com> <20151021090050.GG4801@e103592.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151021090050.GG4801@e103592.cambridge.arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 21, 2015 at 10:00:51AM +0100, Dave P Martin wrote: > From ab00f84e4d45e95b4d816961a0160f1d448aa886 Mon Sep 17 00:00:00 2001 > From: Dave Martin > Date: Thu, 30 Jul 2015 16:36:25 +0100 > Subject: [PATCH 1/2] arm64: Constify hwcap name string arrays > > The hwcap string arrays used for generating the contents of > /proc/cpuinfo are currently arrays of non-const pointers. > > There's no need for these pointers to be mutable, so this patch makes > them const so that they can be moved to .rodata. > > Signed-off-by: Dave Martin Thanks Dave. I applied this on top of Suzuki's series. -- Catalin