Commit in reactos/ntoskrnl/ex on MAIN
sysinfo.c+2-21.60 -> 1.61
I removed an old comment about replacing PAGESIZE with PAGE_SIZE, which somebody else already did.

reactos/ntoskrnl/ex
sysinfo.c 1.60 -> 1.61
diff -u -r1.60 -r1.61
--- sysinfo.c	1 Dec 2004 14:28:53 -0000	1.60
+++ sysinfo.c	1 Dec 2004 23:51:11 -0000	1.61
@@ -1,4 +1,4 @@
-/* $Id: sysinfo.c,v 1.60 2004/12/01 14:28:53 ekohl Exp $
+/* $Id: sysinfo.c,v 1.61 2004/12/01 23:51:11 ea Exp $
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS kernel
@@ -355,7 +355,7 @@
 	}
 	Sbi->Unknown = 0;
 	Sbi->MaximumIncrement = KeMaximumIncrement;
-	Sbi->PhysicalPageSize = PAGE_SIZE; /* FIXME: it should be PAGE_SIZE */
+	Sbi->PhysicalPageSize = PAGE_SIZE;
 	Sbi->NumberOfPhysicalPages = MmStats.NrTotalPages;
 	Sbi->LowestPhysicalPage = 0; /* FIXME */ 
 	Sbi->HighestPhysicalPage = MmStats.NrTotalPages; /* FIXME */
CVSspam 0.2.8