diff options
| author | Geert Uytterhoeven <geert@linux-m68k.org> | 2002-12-27 19:13:48 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-12-27 19:13:48 -0800 |
| commit | a50b97794599890eb86bec740dda455e867322f7 (patch) | |
| tree | 6a8a339ffa1e6c2bb30743dd73ac119b60dc5b8d /arch | |
| parent | bada6ff85625f948a074b4b94300e03ebd6705d0 (diff) | |
[PATCH] Q40/Q60 core local_irq*() updates
Convert core Q40/Q60 code to new local_irq*() framework
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/m68k/q40/q40ints.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/q40/q40ints.c b/arch/m68k/q40/q40ints.c index 54fe9303cbd4..3a237271c859 100644 --- a/arch/m68k/q40/q40ints.c +++ b/arch/m68k/q40/q40ints.c @@ -374,7 +374,7 @@ void q40_irq2_handler (int vec, void *devname, struct pt_regs *fp) } if ( irq_tab[irq].state & IRQ_INPROGRESS ) { - /* some handlers do sti() for irq latency reasons, */ + /* some handlers do local_irq_enable() for irq latency reasons, */ /* however reentering an active irq handler is not permitted */ #ifdef IP_USE_DISABLE /* in theory this is the better way to do it because it still */ |
