Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 877fe380 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Linus Torvalds
Browse files

[PATCH] clocksource: fixup is_continous changes on MIPS



Fixup the is_contionous replacement by a flag field.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent cc02d809
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -307,7 +307,7 @@ static unsigned int __init calibrate_hpt(void)
struct clocksource clocksource_mips = {
struct clocksource clocksource_mips = {
	.name		= "MIPS",
	.name		= "MIPS",
	.mask		= 0xffffffff,
	.mask		= 0xffffffff,
	.is_continuous	= 1,
	.flags		= CLOCK_SOURCE_IS_CONTINUOUS,
};
};


static void __init init_mips_clocksource(void)
static void __init init_mips_clocksource(void)