diff options
Diffstat (limited to 'i386/i386at')
-rw-r--r-- | i386/i386at/interrupt.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/i386/i386at/interrupt.S b/i386/i386at/interrupt.S index cdb385c6..076e34bc 100644 --- a/i386/i386at/interrupt.S +++ b/i386/i386at/interrupt.S @@ -30,8 +30,7 @@ ENTRY(interrupt) pushl %eax /* save irq number */ movl %eax,%ecx /* copy irq number */ shll $2,%ecx /* irq * 4 */ - movl EXT(intpri)(%ecx),%edx /* get new ipl */ - call spl /* set ipl */ + call spl7 /* set ipl */ movl EXT(iunit)(%ecx),%edx /* get device unit number */ pushl %eax /* push previous ipl */ pushl %edx /* push unit number */ |