diff options
-rw-r--r-- | arch/x86/kernel/hpet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/hpet.c b/arch/x86/kernel/hpet.c index 3d422da92100..2bda5f0052f7 100644 --- a/arch/x86/kernel/hpet.c +++ b/arch/x86/kernel/hpet.c | |||
@@ -1149,6 +1149,7 @@ int hpet_set_periodic_freq(unsigned long freq) | |||
1149 | do_div(clc, freq); | 1149 | do_div(clc, freq); |
1150 | clc >>= hpet_clockevent.shift; | 1150 | clc >>= hpet_clockevent.shift; |
1151 | hpet_pie_delta = clc; | 1151 | hpet_pie_delta = clc; |
1152 | hpet_pie_limit = 0; | ||
1152 | } | 1153 | } |
1153 | return 1; | 1154 | return 1; |
1154 | } | 1155 | } |