Skip to content

Commit

Permalink
defconfig: lmi: Enable userspace CNTVCT_EL0 access for vDSO
Browse files Browse the repository at this point in the history
The vDSO time calls require access to the CNTVCT_EL0 register in order
to work correctly. Without it, they fall back to a syscall after failing
to access the register, which makes vDSO calls even slower than direct
syscalls.

Signed-off-by: Danny Lin <[email protected]>
Signed-off-by: Official-Ayrton990 <[email protected]>
  • Loading branch information
kdrag0n authored and Official-Ayrton990 committed Nov 29, 2020
1 parent 368dee7 commit e68e6a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/configs/vendor/lmi_user_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ CONFIG_MSM_GPUCC_KONA=y
CONFIG_MSM_NPUCC_KONA=y
CONFIG_HWSPINLOCK=y
CONFIG_HWSPINLOCK_QCOM=y
CONFIG_ARM_ARCH_TIMER_VCT_ACCESS=y
CONFIG_MAILBOX=y
CONFIG_QCOM_APCS_IPC=y
CONFIG_MSM_QMP=y
Expand Down

0 comments on commit e68e6a7

Please sign in to comment.