mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[XDK] Fix definition of KeRaiseIrqlToSynchLevel for x64 UP
This commit is contained in:
@@ -116,7 +116,11 @@ FORCEINLINE
|
||||
KIRQL
|
||||
KeRaiseIrqlToSynchLevel(VOID)
|
||||
{
|
||||
#ifdef CONFIG_SMP
|
||||
return KfRaiseIrql(12); // SYNCH_LEVEL = IPI_LEVEL - 2
|
||||
#else
|
||||
return KfRaiseIrql(2); // SYNCH_LEVEL = DISPATCH_LEVEL
|
||||
#endif
|
||||
}
|
||||
|
||||
FORCEINLINE
|
||||
|
||||
Reference in New Issue
Block a user