diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-05-12 22:38:46 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-05-12 22:38:46 +0000 |
commit | 0dbda7c681af1b63fb277f0e4634c7b5908fc951 (patch) | |
tree | f5026fd26f5218a8c5f043f51d83b3916739763d /arch/mips/sgi/kernel/indy_int.c | |
parent | 3cffdc0053293314572890f9224e306388f2b95b (diff) |
Two minor bug fixes for the new interrupt code.
Diffstat (limited to 'arch/mips/sgi/kernel/indy_int.c')
-rw-r--r-- | arch/mips/sgi/kernel/indy_int.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/sgi/kernel/indy_int.c b/arch/mips/sgi/kernel/indy_int.c index 4acdcf253..c7d6e001d 100644 --- a/arch/mips/sgi/kernel/indy_int.c +++ b/arch/mips/sgi/kernel/indy_int.c @@ -129,6 +129,7 @@ static void enable_local1_irq(unsigned int irq) save_and_cli(flags); ioc_icontrol->imask1 |= (1 << (irq - SGINT_LOCAL1)); + restore_flags(flags); } static unsigned int startup_local1_irq(unsigned int irq) |