The patch titled tick-sched.c build fix has been removed from the -mm tree. Its filename was tick-schedc-build-fix.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: tick-sched.c build fix From: David Miller <davem@xxxxxxxxxxxxx> While getting dynticks/hrtimers up on sparc64 I ran into the following build problem. If you use get_irq_regs() you need to include asm/irq_regs.h Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx> Acked-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/time/tick-sched.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN kernel/time/tick-sched.c~tick-schedc-build-fix kernel/time/tick-sched.c --- a/kernel/time/tick-sched.c~tick-schedc-build-fix +++ a/kernel/time/tick-sched.c @@ -21,6 +21,8 @@ #include <linux/sched.h> #include <linux/tick.h> +#include <asm/irq_regs.h> + #include "tick-internal.h" /* _ Patches currently in -mm which might be from davem@xxxxxxxxxxxxx are bug-in-mm_rb-debugging.patch 8139too-fix-irq-problem-with-napi-netpoll.patch git-net.patch resend-iphase-64bit-cleanup.patch simplify-the-stacktrace-code.patch tg3-use-flush_keventd_work.patch e1000-use-flush_keventd_work.patch ipvs-flush-defense_work-before-module-unload.patch unify-flush_work-flush_work_keventd-and-rename-it-to-cancel_work_sync.patch atomich-add-atomic64-cmpxchg-xchg-and-add_unless-to-sparc64.patch local_t-sparc64-cleanup.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