The patch titled clocksource: fixup is_continous changes on S390 has been removed from the -mm tree. Its filename was clocksource-fixup-is_continous-changes-on-s390.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: clocksource: fixup is_continous changes on S390 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: Martin Schwidefsky <schwidefsky@xxxxxxxxxx> Cc: john stultz <johnstul@xxxxxxxxxx> Cc: Roman Zippel <zippel@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/s390/kernel/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/s390/kernel/time.c~clocksource-fixup-is_continous-changes-on-s390 arch/s390/kernel/time.c --- a/arch/s390/kernel/time.c~clocksource-fixup-is_continous-changes-on-s390 +++ a/arch/s390/kernel/time.c @@ -312,7 +312,7 @@ static struct clocksource clocksource_to .mask = -1ULL, .mult = 1000, .shift = 12, - .is_continuous = 1, + .flags = CLOCK_SOURCE_IS_CONTINUOUS, }; _ 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