All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Longhaul - Need timer tick
@ 2007-03-02 22:05 Rafał Bilski
  2007-03-05 22:42 ` Rafał Bilski
  0 siblings, 1 reply; 2+ messages in thread
From: Rafał Bilski @ 2007-03-02 22:05 UTC (permalink / raw)
  To: Dave Jones; +Cc: cpufreq


There is no support for dynamic ticks in Longhaul. 
Current code is assuming that timer tick is present and 
constant.

Signed-off-by: Rafal Bilski <rafalbilski@interia.pl>
---
 arch/i386/kernel/cpu/cpufreq/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/i386/kernel/cpu/cpufreq/Kconfig b/arch/i386/kernel/cpu/cpufreq/Kconfig
--- a/arch/i386/kernel/cpu/cpufreq/Kconfig
+++ b/arch/i386/kernel/cpu/cpufreq/Kconfig
@@ -206,7 +206,7 @@ config X86_LONGRUN
 config X86_LONGHAUL
 	tristate "VIA Cyrix III Longhaul"
 	select CPU_FREQ_TABLE
-	depends on ACPI_PROCESSOR
+	depends on ACPI_PROCESSOR && !NO_HZ
 	help
 	  This adds the CPUFreq driver for VIA Samuel/CyrixIII,
 	  VIA Cyrix Samuel/C3, VIA Cyrix Ezra and VIA Cyrix Ezra-T


----------------------------------------------------------------------
Jestes kierowca? To poczytaj! >>> http://link.interia.pl/f199e

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Longhaul - Need timer tick
  2007-03-02 22:05 [PATCH] Longhaul - Need timer tick Rafał Bilski
@ 2007-03-05 22:42 ` Rafał Bilski
  0 siblings, 0 replies; 2+ messages in thread
From: Rafał Bilski @ 2007-03-05 22:42 UTC (permalink / raw)
  To: Dave Jones; +Cc: cpufreq

> There is no support for dynamic ticks in Longhaul. 
> Current code is assuming that timer tick is present and 
> constant.
Please ignore this patch. Somehow NO_HZ option don't change 
anything. Average tick frequency is reduced to 20% for me 
(uptime / interrupt 0 count), but somehow when Longhaul 
is changing CPU frequency it is always equal to value set 
by "Timer frequency" option. Probably this is how NO_HZ 
author want it to work. Anyway, tested (with help of ACPI 
PM timer) and even if help for this option may sound scary 
for me, there is no change in transition latency. At least 
on my system.

Sorry
Rafa³


----------------------------------------------------------------------
Oficjalne konto pocztowe europejskich internautow! 
>>> http://link.interia.pl/f19e8

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-05 22:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-02 22:05 [PATCH] Longhaul - Need timer tick Rafał Bilski
2007-03-05 22:42 ` Rafał Bilski

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.