diff options
author | Will Deacon <will@kernel.org> | 2022-07-25 10:57:20 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2022-07-25 10:57:20 +0100 |
commit | 0f05dad9eec917ab9a5eb31d665199b18b5c4e4e (patch) | |
tree | 6d5031901520cb33ece7cb1573779512e3b3a432 /Documentation | |
parent | 288e21b6b21c15666f0b03c9f51c8a113a985eb9 (diff) | |
parent | 4139320d19e61093cfcd3fa1936c091f717fd3cf (diff) |
Merge branch 'for-next/sme' into for-next/core
* for-next/sme:
arm64/fpsimd: Remove duplicate SYS_SVCR read
arm64/signal: Clean up SVE/SME feature checking inconsistency
arm64/sme: Expose SMIDR through sysfs
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-devices-system-cpu | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu b/Documentation/ABI/testing/sysfs-devices-system-cpu index bcc974d276dc..df79e129d097 100644 --- a/Documentation/ABI/testing/sysfs-devices-system-cpu +++ b/Documentation/ABI/testing/sysfs-devices-system-cpu @@ -493,12 +493,13 @@ What: /sys/devices/system/cpu/cpuX/regs/ /sys/devices/system/cpu/cpuX/regs/identification/ /sys/devices/system/cpu/cpuX/regs/identification/midr_el1 /sys/devices/system/cpu/cpuX/regs/identification/revidr_el1 + /sys/devices/system/cpu/cpuX/regs/identification/smidr_el1 Date: June 2016 Contact: Linux ARM Kernel Mailing list <linux-arm-kernel@lists.infradead.org> Description: AArch64 CPU registers 'identification' directory exposes the CPU ID registers for - identifying model and revision of the CPU. + identifying model and revision of the CPU and SMCU. What: /sys/devices/system/cpu/aarch32_el0 Date: May 2021 |