[ros-diffs] [sginsberg] 41954: - Don't use KfRaiseIrql in portable code

sginsberg at svn.reactos.org sginsberg at svn.reactos.org
Tue Jul 14 22:13:13 CEST 2009


Author: sginsberg
Date: Tue Jul 14 20:47:15 2009
New Revision: 41954

URL: http://svn.reactos.org/svn/reactos?rev=41954&view=rev
Log:
- Don't use KfRaiseIrql in portable code

Modified:
    trunk/reactos/ntoskrnl/mm/freelist.c

Modified: trunk/reactos/ntoskrnl/mm/freelist.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/freelist.c?rev=41954&r1=41953&r2=41954&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/mm/freelist.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/mm/freelist.c [iso-8859-1] Tue Jul 14 20:47:15 2009
@@ -729,7 +729,7 @@
     PCHAR State = "????", Consumer = "Unknown";
     KIRQL OldIrql;
     
-    OldIrql = KfRaiseIrql(HIGH_LEVEL);
+    KeRaiseIrql(HIGH_LEVEL, &OldIrql);
     
     //
     // Loop the PFN database



More information about the Ros-diffs mailing list