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)
commit433022b58e628418020155e1f6a3d59c06a474c0
tree5c03476ed5f48998f184dbff152c5d42fef5252c
parent9b5aaec441d3c76d6255049e99c446f14c89a284
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