diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-02-01 17:54:28 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-02-01 17:54:28 -0500 |
commit | 72dc4050aefc40b192686caa870d975d3327934b (patch) | |
tree | 6a403f7caeaf6346fd37d8762866a8a0e5da94a0 | |
parent | c05eaa8091d2cadc20363d44a85ee454262f4bc2 (diff) |
Enable HZ=1000 on District 10wip-d10-hz1000
This is needed to have Pfair run with reasonable quanta.
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index babad6d7681a..ba6de8fae865 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1276,6 +1276,7 @@ config HZ | |||
1276 | default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER | 1276 | default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER |
1277 | default AT91_TIMER_HZ if ARCH_AT91 | 1277 | default AT91_TIMER_HZ if ARCH_AT91 |
1278 | default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE | 1278 | default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE |
1279 | default 1000 if MACH_REALVIEW_PB11MP | ||
1279 | default 100 | 1280 | default 100 |
1280 | 1281 | ||
1281 | config THUMB2_KERNEL | 1282 | config THUMB2_KERNEL |