All of lore.kernel.org
 help / color / mirror / Atom feed
* CONFIG_HZ=250 on Kirkwood
@ 2013-10-11 10:44 Gerlando Falauto
  0 siblings, 0 replies; only message in thread
From: Gerlando Falauto @ 2013-10-11 10:44 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

according to a statement from Russell King:

commit b28748fb5d21d5d64c9ce31579ffbbd41f317042
Author: Russell King <rmk+kernel@arm.linux.org.uk>
Date:   Sun Feb 17 14:40:33 2013 +0000

     ARM: add SCHED_HRTICK config option

     As we don't include kernel/Kconfig.hz as this defines HZ values
     unsuitable for ARM platforms, add the SCHED_HRTICK to properly 
configure
     the scheduler for hrtimer operation.

     Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>


and to arch/arm/Kconfig:

config HZ
         int
         default 200 if ARCH_EBSA110 || ARCH_S3C24XX || ARCH_S5P64X0 || \
                 ARCH_S5PV210 || ARCH_EXYNOS4
         default AT91_TIMER_HZ if ARCH_AT91
         default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE
         default 100

the only safe value for CONFIG_HZ on Kirkwood would be 100.

We would like to use CONFIG_HZ=250 on our Kirkwood devices and NOT use 
the SCHED_HRTICK feature.
Does anyone have know whether (and why) this would be a bad idea?

Thanks a lot!
Gerlando

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-11 10:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-11 10:44 CONFIG_HZ=250 on Kirkwood Gerlando Falauto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.