From 0d67eed284aa079dc14d0642e16a3c12a1814e21 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Wed, 13 Feb 2008 20:16:47 +0900 Subject: [PATCH] --- yaml --- r: 85556 b: refs/heads/master c: c7a49dd42d15f066d13e26c24c22c600b58528e0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-sh/irq.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index e0f60b42a543..2c9bbd085bd4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e8ea024bffcc9e4cb0e72cfdf50a99d05fd95d1c +refs/heads/master: c7a49dd42d15f066d13e26c24c22c600b58528e0 diff --git a/trunk/include/asm-sh/irq.h b/trunk/include/asm-sh/irq.h index 11850f65c922..ca66e5df69dc 100644 --- a/trunk/include/asm-sh/irq.h +++ b/trunk/include/asm-sh/irq.h @@ -50,4 +50,8 @@ extern void irq_ctx_exit(int cpu); # define irq_ctx_exit(cpu) do { } while (0) #endif +#ifdef CONFIG_CPU_SH5 +#include +#endif + #endif /* __ASM_SH_IRQ_H */