Re: [PATCH 6/11] Vmi timer no idle hz fixes.patch

2007-02-06 Thread Zachary Amsden
Andi Kleen wrote: -#ifdef CONFIG_S390 -#ifdef CONFIG_MATHEMU - { - .ctl_name = KERN_IEEE_EMULATION_WARNINGS, - .procname = "ieee_emulation_warnings", - .data = &sysctl_ieee_emulation_warnings, - .maxlen =

Re: [PATCH 6/11] Vmi timer no idle hz fixes.patch

2007-02-06 Thread Zachary Amsden
Andi Kleen wrote: -#ifdef CONFIG_S390 -#ifdef CONFIG_MATHEMU - { - .ctl_name = KERN_IEEE_EMULATION_WARNINGS, - .procname = "ieee_emulation_warnings", - .data = &sysctl_ieee_emulation_warnings, - .maxlen =

Re: [PATCH 6/11] Vmi timer no idle hz fixes.patch

2007-02-06 Thread Andi Kleen
> -#ifdef CONFIG_S390 > -#ifdef CONFIG_MATHEMU > - { > - .ctl_name = KERN_IEEE_EMULATION_WARNINGS, > - .procname = "ieee_emulation_warnings", > - .data = &sysctl_ieee_emulation_warnings, > - .maxlen = sizeof(int), > -

[PATCH 6/11] Vmi timer no idle hz fixes.patch

2007-02-05 Thread Zachary Amsden
Fix the VMI-Timer no-idle-hz code. Do not setup a one shot alarm if we are keeping the periodic alarm armed. Additionally, since the periodic alarm can be run at a lower rate than HZ, let's fixup the guard to the no-idle-hz mode appropriately. This fixes the bug where the no-idle-hz mode might ha