diff options
author | James Morse <james.morse@arm.com> | 2016-02-05 17:58:49 +0300 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2016-02-18 20:27:05 +0300 |
commit | 644c2ae198412c956700e55a2acf80b2541f6aa5 (patch) | |
tree | 826a6a215b41ba92fed9d74257424cd8ad7de6c7 /arch/arm64/include/asm/cpufeature.h | |
parent | 57f4959bad0a154aeca125b7d38d1d9471a12422 (diff) | |
download | linux-644c2ae198412c956700e55a2acf80b2541f6aa5.tar.xz |
arm64: cpufeature: Test 'matches' pointer to find the end of the list
CPU feature code uses the desc field as a test to find the end of the list,
this means every entry must have a description. This generates noise for
entries in the list that aren't really features, but combinations of them.
e.g.
> CPU features: detected feature: Privileged Access Never
> CPU features: detected feature: PAN and not UAO
These combination features are needed for corner cases with alternatives,
where cpu features interact.
Change all walkers of the arm64_features[] and arm64_hwcaps[] lists to test
'matches' not 'desc', and only print 'desc' if it is non-NULL.
Signed-off-by: James Morse <james.morse@arm.com>
Reviewed-by : Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/include/asm/cpufeature.h')
0 files changed, 0 insertions, 0 deletions