coreboot/src
Richard Spiegel 43bd594af9 cpu/x86/mp_init.c: Avoid static analysis error for unused value
Within procedure save_bsp_msrs, the structure pointer "msr_entry" is updated
every time procedure save_msr() is called. However, after the last call of
save_msr(), "msr_entry" is not used, thus causing a static analysis error.
Add a "(void)msr_entry;" at the end to avoid the static analysis error.

BUG=b:112253891
TEST=Build and boot grunt.

Change-Id: If0fb336fbf49eec3da255fadbe38b3a38768d0cf
Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-on: https://review.coreboot.org/27956
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
2018-08-09 16:05:45 +00:00
..
acpi
arch src/arch: Fix typo 2018-08-09 15:56:02 +00:00
commonlib security/tpm: Improve TCPA log generation 2018-08-03 23:46:21 +00:00
console arch/x86: Drop leftover ROMCC console support 2018-06-08 03:31:12 +00:00
cpu cpu/x86/mp_init.c: Avoid static analysis error for unused value 2018-08-09 16:05:45 +00:00
device src/device: Fix typo 2018-08-09 15:57:35 +00:00
drivers google/grunt: Override BayHub EMMC driving strength 2018-08-09 15:47:45 +00:00
ec src/ec/google/chromeec: Fix typo 2018-08-09 15:57:07 +00:00
include src/include: Fix typo 2018-08-09 15:56:52 +00:00
lib src/lib: Fix typo 2018-08-09 15:56:42 +00:00
mainboard src/mainboard: Fix typo 2018-08-09 15:56:32 +00:00
northbridge src/northbridge: Fix typo 2018-08-09 15:51:10 +00:00
security src/security/vboot: Fix typo 2018-08-09 15:50:16 +00:00
soc src/soc: Fix typo 2018-08-09 15:49:53 +00:00
southbridge sb/intel/i82801[ijg]x: remove stale board-specific comments from ich*.asl 2018-08-07 07:09:11 +00:00
superio src/superio: Fix typo and remove unneeded whitespace 2018-08-09 15:49:08 +00:00
vendorcode vendorcode/intel/fsp/fsp2_0/glk: Add nWR config in Odt Config 2018-08-06 07:56:47 +00:00
Kconfig Kconfig: Make the EM100 config option common 2018-07-16 07:41:14 +00:00