mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 17:51:40 +00:00
- Don't use KfRaiseIrql in portable code
svn path=/trunk/; revision=41954
This commit is contained in:
parent
e45154cf53
commit
45a41f9932
1 changed files with 1 additions and 1 deletions
|
@ -729,7 +729,7 @@ MmDumpPfnDatabase(VOID)
|
|||
PCHAR State = "????", Consumer = "Unknown";
|
||||
KIRQL OldIrql;
|
||||
|
||||
OldIrql = KfRaiseIrql(HIGH_LEVEL);
|
||||
KeRaiseIrql(HIGH_LEVEL, &OldIrql);
|
||||
|
||||
//
|
||||
// Loop the PFN database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue