[HAL]: Addendum for r68856

svn path=/trunk/; revision=68857
This commit is contained in:
Hermès Bélusca-Maïto 2015-08-29 14:09:57 +00:00
parent 96a3420464
commit 7ac60d428d

View file

@ -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));