diff options
Diffstat (limited to 'arch/m68k/kernel/ints.c')
-rw-r--r-- | arch/m68k/kernel/ints.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/m68k/kernel/ints.c b/arch/m68k/kernel/ints.c index 60d4d75f5798..2b412454cb41 100644 --- a/arch/m68k/kernel/ints.c +++ b/arch/m68k/kernel/ints.c | |||
@@ -326,6 +326,10 @@ void disable_irq(unsigned int irq) | |||
326 | 326 | ||
327 | EXPORT_SYMBOL(disable_irq); | 327 | EXPORT_SYMBOL(disable_irq); |
328 | 328 | ||
329 | void disable_irq_nosync(unsigned int irq) __attribute__((alias("disable_irq"))); | ||
330 | |||
331 | EXPORT_SYMBOL(disable_irq_nosync); | ||
332 | |||
329 | int m68k_irq_startup(unsigned int irq) | 333 | int m68k_irq_startup(unsigned int irq) |
330 | { | 334 | { |
331 | if (irq <= IRQ_AUTO_7) | 335 | if (irq <= IRQ_AUTO_7) |