Skip to content

Commit

Permalink
ARM64: defconfig: set kernel ticker to 500Hz
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiraNoSushi committed Oct 12, 2021
1 parent a19735e commit 061961d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/configs/cherry-mi439_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ CONFIG_ARCH_SDM439=y
CONFIG_SCHED_MC=y
CONFIG_NR_CPUS=8
CONFIG_PREEMPT=y
CONFIG_HZ_100=y
CONFIG_HZ=500
CONFIG_CMA=y
CONFIG_ZSMALLOC=y
CONFIG_PROCESS_RECLAIM=y
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/configs/cherry-olive_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ CONFIG_ARCH_SDM439=y
CONFIG_SCHED_MC=y
CONFIG_NR_CPUS=8
CONFIG_PREEMPT=y
CONFIG_HZ_100=y
CONFIG_HZ=500
CONFIG_CMA=y
CONFIG_ZSMALLOC=y
CONFIG_PROCESS_RECLAIM=y
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/configs/cherry-pine_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ CONFIG_ARCH_SDM439=y
CONFIG_SCHED_MC=y
CONFIG_NR_CPUS=8
CONFIG_PREEMPT=y
CONFIG_HZ_100=y
CONFIG_HZ=500
CONFIG_CMA=y
CONFIG_ZSMALLOC=y
CONFIG_PROCESS_RECLAIM=y
Expand Down

0 comments on commit 061961d

Please sign in to comment.