commit | 9299b24712400d1cfe3dcf3e5dcb6cac2940df56 | [log] [tgz] |
---|---|---|
author | Dave Martin <Dave.Martin@arm.com> | Thu Jul 30 16:36:25 2015 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Oct 21 15:36:00 2015 +0100 |
tree | 69b39496eba8399dcc57440fba7e51a0bf3fa761 | |
parent | 4db8e5ea6b07ae83e4361aee3f967f7126e01fa4 [diff] |
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> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>