- Change CPUID to match the old Ki386Cpuid and take 4 output arguments instead of...
[reactos.git] / reactos / ntoskrnl / include / internal / ke_x.h
index a1ab17a..b6b7dfc 100644 (file)
@@ -392,7 +392,7 @@ KiRundownThread(IN PKTHREAD Thread)
     {
         /* Clear it */
         KeGetCurrentPrcb()->NpxThread = NULL;
-        KeArchFnInit();
+        Ke386FnInit();
     }
 #endif
 }