Skip to content

Commit 5d8505f

Browse files
committed
arm64: Fix the documented event stream frequency
It should be 10KHz, matching the ARCH_TIMER_EVT_STREAM_PERIOD_US of 100us. Note that this is only a documentation bug. Fixes: 611a7bc ("arm64: docs: describe ELF hwcaps") Signed-off-by: Catalin Marinas <[email protected]> Cc: Mark Rutland <[email protected]> Acked-by: Mark Rutland <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 4d6a38d commit 5d8505f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/arm64/elf_hwcaps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ HWCAP_ASIMD
7474

7575
HWCAP_EVTSTRM
7676
The generic timer is configured to generate events at a frequency of
77-
approximately 100KHz.
77+
approximately 10KHz.
7878

7979
HWCAP_AES
8080
Functionality implied by ID_AA64ISAR0_EL1.AES == 0b0001.

0 commit comments

Comments
 (0)