mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[NTOSKRNL]
- also disable "MTRR support detected but not yet taken advantage of" svn path=/trunk/; revision=53847
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user