Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1252612

Re: [PATCHv4 06/24] arm64: Move /proc/cpuinfo handling code

From Catalin Marinas <catalin.marinas@arm.com>
Newsgroups linux.kernel
Subject Re: [PATCHv4 06/24] arm64: Move /proc/cpuinfo handling code
Date 2015-10-21 11:30 +0200
Message-ID <qlXSx-7bk-17@gated-at.bofh.it> (permalink)
References <qliFI-5Ez-11@gated-at.bofh.it> <qliFK-5Ez-41@gated-at.bofh.it> <qlXzc-6P0-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 <Dave.Martin@arm.com>
> 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 <Dave.Martin@arm.com>

Thanks Dave. I applied this on top of Suzuki's series.

-- 
Catalin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCHv4 06/24] arm64: Move /proc/cpuinfo handling code "Suzuki K. Poulose" <suzuki.poulose@arm.com> - 2015-10-19 15:30 +0200
  Re: [PATCHv4 06/24] arm64: Move /proc/cpuinfo handling code Dave Martin <Dave.Martin@arm.com> - 2015-10-21 11:10 +0200
    Re: [PATCHv4 06/24] arm64: Move /proc/cpuinfo handling code Catalin Marinas <catalin.marinas@arm.com> - 2015-10-21 11:30 +0200

csiph-web