Hello Patrick Rudolph, Huang Jin, Philipp Deppenwiese, build bot (Jenkins), David Guckian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/32832
to look at the new patch set (#2).
Change subject: cpu/intel: Deduplicate set_var_mtrr ......................................................................
cpu/intel: Deduplicate set_var_mtrr
Multiple static copies of set_var_mtrr have found their way into the codebase. These definitions conflict with the global declaration in src/include/cpu/x86/mtrr.h, which causes a compilation error in Clang. This removes all the duplicates. Some of the parameter types are slightly different (int vs unsigned int), but for the arguments where the duplicates are called it doesn't matter.
Signed-off-by: Jacob Garber jgarber1@ualberta.ca Change-Id: I9971433c4c6a02c532d17acedc37f9119599ca52 --- M src/cpu/intel/fsp_model_406dx/bootblock.c M src/cpu/intel/model_2065x/bootblock.c M src/cpu/intel/model_206ax/bootblock.c M src/soc/intel/baytrail/bootblock/bootblock.c M src/soc/intel/braswell/bootblock/bootblock.c M src/soc/intel/fsp_baytrail/bootblock/bootblock.c 6 files changed, 0 insertions(+), 75 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/32832/2