Skip to content

Commit

Permalink
Revert "defconfig: Increase the scheduler tick rate to 300 Hz"
Browse files Browse the repository at this point in the history
* Battery drain is higher.

This reverts commit 555b31f.

Signed-off-by: atndko <[email protected]>
  • Loading branch information
0wnerDied committed Mar 3, 2022
1 parent 905adeb commit 1b78a3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm64/configs/neptune_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -592,11 +592,11 @@ CONFIG_HOLES_IN_ZONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_COUNT=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_100=y
# CONFIG_HZ_250 is not set
CONFIG_HZ_300=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=300
CONFIG_HZ=100
CONFIG_SCHED_HRTICK=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y
Expand Down

0 comments on commit 1b78a3b

Please sign in to comment.