mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Don't use KfRaiseIrql in portable code
svn path=/trunk/; revision=41954
This commit is contained in:
@@ -729,7 +729,7 @@ MmDumpPfnDatabase(VOID)
|
||||
PCHAR State = "????", Consumer = "Unknown";
|
||||
KIRQL OldIrql;
|
||||
|
||||
OldIrql = KfRaiseIrql(HIGH_LEVEL);
|
||||
KeRaiseIrql(HIGH_LEVEL, &OldIrql);
|
||||
|
||||
//
|
||||
// Loop the PFN database
|
||||
|
||||
Reference in New Issue
Block a user