mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +00:00
[HAL]: Addendum for r68856
svn path=/trunk/; revision=68857
This commit is contained in:
parent
96a3420464
commit
7ac60d428d
1 changed files with 1 additions and 1 deletions
|
@ -952,7 +952,7 @@ _HalpDismissIrqLevel(IN KIRQL Irql,
|
|||
Ocw2.EoiMode = SpecificEoi;
|
||||
|
||||
/* Check which PIC needs the EOI */
|
||||
if (Irq > 8)
|
||||
if (Irq >= 8)
|
||||
{
|
||||
/* Send the EOI for the IRQ */
|
||||
__outbyte(PIC2_CONTROL_PORT, Ocw2.Bits | ((Irq - 8) & 0xFF));
|
||||
|
|
Loading…
Reference in a new issue