The patch titled clocksource: fixup is_continous changes on MIPS has been removed from the -mm tree. Its filename was clocksource-fixup-is_continous-changes-on-mips.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: clocksource: fixup is_continous changes on MIPS 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> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Cc: john stultz <johnstul@xxxxxxxxxx> Cc: Roman Zippel <zippel@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/mips/kernel/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/mips/kernel/time.c~clocksource-fixup-is_continous-changes-on-mips arch/mips/kernel/time.c --- a/arch/mips/kernel/time.c~clocksource-fixup-is_continous-changes-on-mips +++ a/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) _ Patches currently in -mm which might be from tglx@xxxxxxxxxxxxx are origin.patch git-acpi.patch git-block.patch scheduled-removal-of-sa_xxx-interrupt-flags-fixups-3.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html