Title: [5887] trunk/arch/blackfin/mach-common/ints-priority.c: simplify DO_IRQ_L1 handling with ipipe code
- Revision
- 5887
- Author
- vapier
- Date
- 2008-12-18 11:55:35 -0600 (Thu, 18 Dec 2008)
Log Message
simplify DO_IRQ_L1 handling with ipipe code
Modified Paths
Diff
Modified: trunk/arch/blackfin/mach-common/ints-priority.c (5886 => 5887)
--- trunk/arch/blackfin/mach-common/ints-priority.c 2008-12-18 17:55:11 UTC (rev 5886)
+++ trunk/arch/blackfin/mach-common/ints-priority.c 2008-12-18 17:55:35 UTC (rev 5887)
@@ -1269,11 +1269,9 @@
}
/* Hw interrupts are disabled on entry (check SAVE_CONTEXT). */
-
#ifdef CONFIG_DO_IRQ_L1
-asmlinkage int __ipipe_grab_irq(int vec, struct pt_regs *regs) __attribute__((l1_text));
+__attribute__((l1_text))
#endif
-
asmlinkage int __ipipe_grab_irq(int vec, struct pt_regs *regs)
{
struct ivgx *ivg_stop = ivg7_13[vec-IVG7].istop;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits