cpu: Fix spelling
Change-Id: I69c46648de0689e9bed84c7726906024ad65e769 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/3729 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Stefan Reinauer
parent
0cb07e3476
commit
4c3ab7376e
@@ -128,10 +128,10 @@ void amd_setup_mtrrs(void)
|
||||
}
|
||||
|
||||
/* Now that I have mapped what is memory and what is not
|
||||
* Setup the mtrrs so we can cache the memory.
|
||||
* Set up the mtrrs so we can cache the memory.
|
||||
*/
|
||||
|
||||
// Rev. F K8 supports has SYSCFG_MSR_TOM2WB and dont need
|
||||
// Rev. F K8 supports has SYSCFG_MSR_TOM2WB and doesn't need
|
||||
// variable MTRR to span memory above 4GB
|
||||
// Lower revisions K8 need variable MTRR over 4GB
|
||||
x86_setup_var_mtrrs(address_bits, has_tom2wb ? 0 : 1);
|
||||
|
Reference in New Issue
Block a user