The patch titled clocksource-pass-clocksource-to-read-callback fix has been removed from the -mm tree. Its filename was clocksource-pass-clocksource-to-read-callback-fix.patch This patch was dropped because it was folded into clocksource-pass-clocksource-to-read-callback.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: clocksource-pass-clocksource-to-read-callback fix From: Magnus Damm <magnus.damm@xxxxxxxxx> post-conflict fixup Cc: Paul Mundt <lethal@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/sh/kernel/time_32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/sh/kernel/time_32.c~clocksource-pass-clocksource-to-read-callback-fix arch/sh/kernel/time_32.c --- a/arch/sh/kernel/time_32.c~clocksource-pass-clocksource-to-read-callback-fix +++ a/arch/sh/kernel/time_32.c @@ -208,7 +208,7 @@ unsigned long long sched_clock(void) if (!clocksource_sh.rating) return (unsigned long long)jiffies * (NSEC_PER_SEC / HZ); - cycles = clocksource_sh.read(); + cycles = clocksource_sh.read(&clocksource_sh); return cyc2ns(&clocksource_sh, cycles); } #endif _ Patches currently in -mm which might be from magnus.damm@xxxxxxxxx are linux-next.patch clocksource-pass-clocksource-to-read-callback.patch clocksource-pass-clocksource-to-read-callback-fix.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