mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:02:58 +00:00
[HAL/APIC] Set the profiling interrupt handler
Fixes hang when running mtdll_apitest NtStartProfile.
This commit is contained in:
parent
dca5194279
commit
0679260073
1 changed files with 8 additions and 0 deletions
|
@ -58,6 +58,14 @@ HalpInitPhase0(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
|
||||||
CLOCK2_LEVEL,
|
CLOCK2_LEVEL,
|
||||||
HalpClockInterrupt,
|
HalpClockInterrupt,
|
||||||
Latched);
|
Latched);
|
||||||
|
|
||||||
|
/* Enable profile interrupt handler */
|
||||||
|
HalpEnableInterruptHandler(IDT_DEVICE,
|
||||||
|
0,
|
||||||
|
APIC_PROFILE_VECTOR,
|
||||||
|
PROFILE_LEVEL,
|
||||||
|
HalpProfileInterrupt,
|
||||||
|
Latched);
|
||||||
}
|
}
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue