The patch titled Fix call to profile_tick() for non-SMP SPARC64 has been removed from the -mm tree. Its filename is fix-call-to-profile_tick-for-non-smp-sparc64.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Fix call to profile_tick() for non-SMP SPARC64 From: Horst von Brand <vonbrand@xxxxxxxxxxxx> Signed-off-by: Horst von Brand <vonbrand@xxxxxxxxxxxxxxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/sparc64/kernel/time.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/sparc64/kernel/time.c~fix-call-to-profile_tick-for-non-smp-sparc64 arch/sparc64/kernel/time.c --- a/arch/sparc64/kernel/time.c~fix-call-to-profile_tick-for-non-smp-sparc64 +++ a/arch/sparc64/kernel/time.c @@ -460,7 +460,7 @@ irqreturn_t timer_interrupt(int irq, voi do { #ifndef CONFIG_SMP - profile_tick(CPU_PROFILING, regs); + profile_tick(CPU_PROFILING); update_process_times(user_mode(regs)); #endif do_timer(1); _ Patches currently in -mm which might be from vonbrand@xxxxxxxxxxxx are - 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