[NTOSKRNL]

- also disable "MTRR support detected but not yet taken advantage of"

svn path=/trunk/; revision=53847
This commit is contained in:
Timo Kreuzer
2011-09-25 09:16:10 +00:00
parent 6caabd812a
commit fcb42db05d
+2 -2
View File
@@ -22,7 +22,7 @@ INIT_FUNCTION
KiInitializeMTRR(IN BOOLEAN FinalCpu)
{
/* FIXME: Support this */
DPRINT1("MTRR support detected but not yet taken advantage of\n");
DPRINT("MTRR support detected but not yet taken advantage of\n");
}
VOID
@@ -31,5 +31,5 @@ INIT_FUNCTION
KiAmdK6InitializeMTRR(VOID)
{
/* FIXME: Support this */
DPRINT1("AMD MTRR support detected but not yet taken advantage of\n");
DPRINT("AMD MTRR support detected but not yet taken advantage of\n");
}