diff options
| author | Marc Zyngier <maz@kernel.org> | 2025-04-22 19:23:41 +0100 |
|---|---|---|
| committer | Marc Zyngier <maz@kernel.org> | 2025-05-06 17:35:09 +0100 |
| commit | fbc8a4e137e5673600ec276b06ca31a46967167b (patch) | |
| tree | 95fcd714886105d7644cffa2e0db33efaa2d1c46 /arch/arm64/tools/cpucaps | |
| parent | 7c7d56fcebd0c029c73c41d8daba49f9787eb9c2 (diff) | |
| download | linux-next-fbc8a4e137e5673600ec276b06ca31a46967167b.tar.gz linux-next-fbc8a4e137e5673600ec276b06ca31a46967167b.zip | |
arm64: Add FEAT_FGT2 capability
As we will eventually have to context-switch the FEAT_FGT2 registers
in KVM (something that has been completely ignored so far), add
a new cap that we will be able to check for.
Signed-off-by: Marc Zyngier <maz@kernel.org>
Diffstat (limited to 'arch/arm64/tools/cpucaps')
| -rw-r--r-- | arch/arm64/tools/cpucaps | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/tools/cpucaps b/arch/arm64/tools/cpucaps index 772c1b008e43..39b154d2198f 100644 --- a/arch/arm64/tools/cpucaps +++ b/arch/arm64/tools/cpucaps @@ -28,6 +28,7 @@ HAS_EPAN HAS_EVT HAS_FPMR HAS_FGT +HAS_FGT2 HAS_FPSIMD HAS_GCS HAS_GENERIC_AUTH |
