mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NTOSKRNL]
- also disable "MTRR support detected but not yet taken advantage of" svn path=/trunk/; revision=53847
This commit is contained in:
parent
6caabd812a
commit
fcb42db05d
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue