Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion libcpu/aarch64/common/cpu_gcc.S
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ rt_hw_get_cntpct_val:
ret

/*
*get gtimer frq value
* get gtimer frq value
* According to the document `Arm A-profile Architecture Registers:
* CNTFRQ_EL0, Counter-timer Frequency Register`
* Bits [63:32] are reserved, so only the lower 32 bits take effect.
*/
.globl rt_hw_get_gtimer_frq
rt_hw_get_gtimer_frq:
Expand Down