commit | 30ecee8cdd05415e5602bd755d9210e1c5a5b64d | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Tue Apr 09 17:18:12 2013 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Tue Apr 09 17:27:00 2013 +0530 |
tree | e0b758c46143064baf5dafef3637d6df1b0ace06 | |
parent | 5b00029e30ef821152fa82502658e538172d6b75 [diff] [blame] |
ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCH Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
diff --git a/arch/arc/kernel/irq.c b/arch/arc/kernel/irq.c index d32c050..84ce531 100644 --- a/arch/arc/kernel/irq.c +++ b/arch/arc/kernel/irq.c
@@ -26,7 +26,7 @@ * -Disable all IRQs (on CPU side) * -Optionally, setup the High priority Interrupts as Level 2 IRQs */ -void __init arc_init_IRQ(void) +void __cpuinit arc_init_IRQ(void) { int level_mask = 0;