Cc: Thomas Gleixner Cc: Ingo Molnar Signed-off-by: Andrew Morton --- arch/x86_64/kernel/hpet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.20-rc6-mm/arch/x86_64/kernel/hpet.c =================================================================== --- linux-2.6.20-rc6-mm.orig/arch/x86_64/kernel/hpet.c +++ linux-2.6.20-rc6-mm/arch/x86_64/kernel/hpet.c @@ -465,7 +465,7 @@ struct clocksource clocksource_hpet = { .mask = (cycle_t)HPET_MASK, .mult = 0, /* set below */ .shift = HPET_SHIFT, - .is_continuous = 1, + .flags = CLOCK_SOURCE_IS_CONTINUOUS, }; static int __init init_hpet_clocksource(void)