aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-01-16 14:41:30 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-01-18 07:31:23 +0000
commit07f11db69c508ccf05ad84d5212b248f29fff09a (patch)
tree058c9b0516220cff368f7ce5737f8527ad720557 /src/cpu
parent398df49d3fb3eca8f50997880cbf1fa60326cb55 (diff)
cpu/x86/mtrr/earlymtrr.c: Remove repeated word
Change-Id: I7e7570ff6a4319a0cf583ae5b76e7c24f0241509 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49510 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/x86/mtrr/earlymtrr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/x86/mtrr/earlymtrr.c b/src/cpu/x86/mtrr/earlymtrr.c
index 879b8eff27..aa301d0fe5 100644
--- a/src/cpu/x86/mtrr/earlymtrr.c
+++ b/src/cpu/x86/mtrr/earlymtrr.c
@@ -32,7 +32,7 @@ void set_var_mtrr(
unsigned int reg, unsigned int base, unsigned int size,
unsigned int type)
{
- /* Bit Bit 32-35 of MTRRphysMask should be set to 1 */
+ /* Bit 32-35 of MTRRphysMask should be set to 1 */
/* FIXME: It only support 4G less range */
msr_t basem, maskm;