From a097fb8fff28232e77aa8398edcb7810bbd72b44 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 12 Sep 2017 10:36:49 +0300 Subject: arch/x86: Fix typo with MTRR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I67a470c2c2a659d5355fdd0939d0572c1ff3e291 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/21519 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Sumeet R Pawnikar Reviewed-by: Paul Menzel Reviewed-by: Philippe Mathieu-Daudé --- src/arch/x86/include/arch/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/arch/x86/include') 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; }; /* -- cgit v1.2.3