aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/haswell/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/haswell/bootblock.c')
-rw-r--r--src/cpu/intel/haswell/bootblock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/intel/haswell/bootblock.c b/src/cpu/intel/haswell/bootblock.c
index 204a86bd55..0522f94c9a 100644
--- a/src/cpu/intel/haswell/bootblock.c
+++ b/src/cpu/intel/haswell/bootblock.c
@@ -31,8 +31,8 @@
#error "CPU must be paired with Intel LynxPoint southbridge"
#endif
-static void set_var_mtrr(
- unsigned reg, unsigned base, unsigned size, unsigned type)
+static 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 */