mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
Commented out reference to VECTOR2IRQ in order to get MP config building.
svn path=/trunk/; revision=3845
This commit is contained in:
@@ -383,8 +383,8 @@ BOOLEAN STDCALL HalDisableSystemInterrupt (ULONG Vector,
|
||||
DPRINT("Not a device interrupt\n");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
irq = VECTOR2IRQ(Vector);
|
||||
// TODO FIXME - What happened to definition for VECTOR2IRQ ???
|
||||
//irq = VECTOR2IRQ(Vector);
|
||||
|
||||
IOAPICMaskIrq(0, irq);
|
||||
|
||||
@@ -406,7 +406,8 @@ BOOLEAN STDCALL HalEnableSystemInterrupt (ULONG Vector,
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
irq = VECTOR2IRQ(Vector);
|
||||
// TODO FIXME - What happened to definition for VECTOR2IRQ ???
|
||||
//irq = VECTOR2IRQ(Vector);
|
||||
|
||||
IOAPICUnmaskIrq(0, irq);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user