[patch 16/46] clocksource: fixup is_continous changes on MIPS
From: Thomas Gleixner
Date: Tue Jan 23 2007 - 17:17:01 EST
From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Fixup the is_contionous replacement by a flag field.
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Signed-off-by: Ingo Molnar <mingo@xxxxxxx>
---
arch/mips/kernel/time.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.20-rc4-mm1-bo/arch/mips/kernel/time.c
===================================================================
--- linux-2.6.20-rc4-mm1-bo.orig/arch/mips/kernel/time.c
+++ linux-2.6.20-rc4-mm1-bo/arch/mips/kernel/time.c
@@ -307,7 +307,7 @@ static unsigned int __init calibrate_hpt
struct clocksource clocksource_mips = {
.name = "MIPS",
.mask = 0xffffffff,
- .is_continuous = 1,
+ .flags = CLOCK_SOURCE_IS_CONTINUOUS,
};
static void __init init_mips_clocksource(void)
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/