]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: cpufeature: Extend comment to describe absence of field info
authorWill Deacon <will@kernel.org>
Tue, 5 May 2020 10:45:21 +0000 (11:45 +0100)
committerWill Deacon <will@kernel.org>
Tue, 5 May 2020 10:45:21 +0000 (11:45 +0100)
commit8b92988b01f5529570a3dd8bd05d2bca62eb66cd
tree5c03476ed5f48998f184dbff152c5d42fef5252c
parent625b01f6818790561ade707da3fc8c866b58960f
arm64: cpufeature: Extend comment to describe absence of field info

When a feature register field is omitted from the description of the
register, the corresponding bits are treated as STRICT RES0, including
for KVM guests. This is subtly different to declaring the field as
HIDDEN/STRICT/EXACT/0, so update the comment to call this out.

Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/cpufeature.c