aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/include
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2017-09-12 10:36:49 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-09-13 17:26:27 +0000
commita097fb8fff28232e77aa8398edcb7810bbd72b44 (patch)
tree84a7adb705a0226fb204f673954b1872cc26c4ec /src/arch/x86/include
parent7673f2f5e9dab30c655d2d76d76394dd750459a6 (diff)
arch/x86: Fix typo with MTRR
Change-Id: I67a470c2c2a659d5355fdd0939d0572c1ff3e291 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/21519 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'src/arch/x86/include')
-rw-r--r--src/arch/x86/include/arch/cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/x86/include/arch/cpu.h b/src/arch/x86/include/arch/cpu.h
index ceee7f8366..1cba0affa9 100644
--- a/src/arch/x86/include/arch/cpu.h
+++ b/src/arch/x86/include/arch/cpu.h
@@ -261,8 +261,8 @@ asmlinkage void car_stage_entry(void);
struct postcar_frame {
uintptr_t stack;
uint32_t upper_mask;
- int max_var_mttrs;
- int num_var_mttrs;
+ int max_var_mtrrs;
+ int num_var_mtrrs;
};
/*