]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: cpufeature: Remove redundant "feature" in reports
authorKees Cook <keescook@chromium.org>
Wed, 21 Feb 2018 18:18:22 +0000 (10:18 -0800)
committerWill Deacon <will.deacon@arm.com>
Mon, 5 Mar 2018 12:06:44 +0000 (12:06 +0000)
commitdda8a192ae33e2b5fc5abfecff197be6fea3a9d5
tree2a1ddf0ba74636f0f645e513d478b97f190057a9
parent65e6d4959b91dca2550002e4b08ae757e2e466e0
arm64: cpufeature: Remove redundant "feature" in reports

The word "feature" is repeated in the CPU features reporting. This drops it
for improved readability.

Before (redundant "feature" word):

 SMP: Total of 4 processors activated.
 CPU features: detected feature: 32-bit EL0 Support
 CPU features: detected feature: Kernel page table isolation (KPTI)
 CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
 CPU: All CPU(s) started at EL2

After:

 SMP: Total of 4 processors activated.
 CPU features: detected: 32-bit EL0 Support
 CPU features: detected: Kernel page table isolation (KPTI)
 CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
 CPU: All CPU(s) started at EL2

Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/cpufeature.c