mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:45:42 +00:00
Commented out reference to VECTOR2IRQ in order to get MP config building.
svn path=/trunk/; revision=3845
This commit is contained in:
parent
74075d4ed5
commit
167268f4b3
1 changed files with 4 additions and 3 deletions
|
@ -383,8 +383,8 @@ BOOLEAN STDCALL HalDisableSystemInterrupt (ULONG Vector,
|
||||||
DPRINT("Not a device interrupt\n");
|
DPRINT("Not a device interrupt\n");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
// TODO FIXME - What happened to definition for VECTOR2IRQ ???
|
||||||
irq = VECTOR2IRQ(Vector);
|
//irq = VECTOR2IRQ(Vector);
|
||||||
|
|
||||||
IOAPICMaskIrq(0, irq);
|
IOAPICMaskIrq(0, irq);
|
||||||
|
|
||||||
|
@ -406,7 +406,8 @@ BOOLEAN STDCALL HalEnableSystemInterrupt (ULONG Vector,
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
irq = VECTOR2IRQ(Vector);
|
// TODO FIXME - What happened to definition for VECTOR2IRQ ???
|
||||||
|
//irq = VECTOR2IRQ(Vector);
|
||||||
|
|
||||||
IOAPICUnmaskIrq(0, irq);
|
IOAPICUnmaskIrq(0, irq);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue