mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:11: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");
|
||||
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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue