Attention is currently required from: Felix Held. Hello build bot (Jenkins), Raul Rangel,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/56246
to look at the new patch set (#3).
Change subject: include/cpu/x86/msr: move MC0_CTL_MASK to include/cpu/amd/msr ......................................................................
include/cpu/x86/msr: move MC0_CTL_MASK to include/cpu/amd/msr
This MSR isn't an architectural MSR, so it shouldn't be in the common x86 MSR definition header file. From family 17h on this register has moved to a different location.
Change-Id: Id11d942876da217034e6f912b1058f00bd15c22c Signed-off-by: Felix Held felix-coreboot@felixheld.de --- M src/include/cpu/amd/msr.h M src/include/cpu/x86/msr.h M src/soc/amd/stoneyridge/mca.c 3 files changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/56246/3