[NTOS:KE] Minor formatting fixes.
[reactos.git] / ntoskrnl / ke / amd64 / kiinit.c
index 3afeaf8..adeac8f 100644 (file)
@@ -73,7 +73,7 @@ KiInitMachineDependent(VOID)
         DPRINT("PAT support detected but not yet taken advantage of!\n");
     }
 
-        /* Allocate the IOPM save area. */
+//        /* Allocate the IOPM save area */
 //        Ki386IopmSaveArea = ExAllocatePoolWithTag(PagedPool,
 //                                                  PAGE_SIZE * 2,
 //                                                  TAG('K', 'e', ' ', ' '));