]> 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)
commit3fdc14fd4d0923a2ac5d7445a621bba2909fe363
tree5c03476ed5f48998f184dbff152c5d42fef5252c
parent4fe613b213cd3feffc2f24ceaec0dfb646090ff8
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