[PATCH] clocksource: fixup is_continous changes on S390
authorThomas Gleixner <tglx@linutronix.de>
Fri, 16 Feb 2007 09:27:39 +0000 (01:27 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 16 Feb 2007 16:13:57 +0000 (08:13 -0800)
Fixup the is_contionous replacement by a flag field.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/s390/kernel/time.c

index 3b91f27..ee9fd7b 100644 (file)
@@ -312,7 +312,7 @@ static struct clocksource clocksource_tod = {
        .mask           = -1ULL,
        .mult           = 1000,
        .shift          = 12,
-       .is_continuous  = 1,
+       .flags          = CLOCK_SOURCE_IS_CONTINUOUS,
 };