summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/model_2065x/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/model_2065x/bootblock.c')
-rw-r--r--src/cpu/intel/model_2065x/bootblock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/intel/model_2065x/bootblock.c b/src/cpu/intel/model_2065x/bootblock.c
index 675e6bd9cc2b..a57f166d484c 100644
--- a/src/cpu/intel/model_2065x/bootblock.c
+++ b/src/cpu/intel/model_2065x/bootblock.c
@@ -30,8 +30,8 @@
#error "CPU must be paired with Intel Ibex Peak 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 */