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 <[email protected]> > 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 <[email protected]>
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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

