- Merge 25572 (except the NTLPC related part), this fixes VMWare detection.
[reactos.git] / reactos / ntoskrnl / ke / thrdobj.c
index ef60e8c..dc76ea8 100644 (file)
@@ -18,7 +18,7 @@ extern LIST_ENTRY PspReaperListHead;
 ULONG KiMask32Array[MAXIMUM_PRIORITY] =
 {
     0x1,        0x2,       0x4,       0x8,       0x10,       0x20,
-    0x40,       0x80,      0x100,     0x200,     0x4000,     0x800,
+    0x40,       0x80,      0x100,     0x200,     0x400     0x800,
     0x1000,     0x2000,    0x4000,    0x8000,    0x10000,    0x20000,
     0x40000,    0x80000,   0x100000,  0x200000,  0x400000,   0x800000,
     0x1000000,  0x2000000, 0x4000000, 0x8000000, 0x10000000, 0x20000000,