Skip to content

Commit

Permalink
arm64: make Timer Interrupt Frequency selectable
Browse files Browse the repository at this point in the history
It allows a selectable timer interrupt frequency of 100, 250, 300 and 1000 HZ.
We will get better performance when choose a suitable frequency in some scene.

Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
  • Loading branch information
Kefeng Wang authored and Catalin Marinas committed Oct 28, 2015
1 parent f23bef3 commit f90df5e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions arch/arm64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -454,10 +454,7 @@ config HOTPLUG_CPU
can be controlled through /sys/devices/system/cpu.

source kernel/Kconfig.preempt

config HZ
int
default 100
source kernel/Kconfig.hz

config ARCH_HAS_HOLES_MEMORYMODEL
def_bool y if SPARSEMEM
Expand Down

0 comments on commit f90df5e

Please sign in to comment.