Attention is currently required from: Felix Held.
Hello Fred Reitberger,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/70798
to look at the new patch set (#2).
Change subject: cpu/x86/mtrr: rename local cpu_idx variable and make it const ......................................................................
cpu/x86/mtrr: rename local cpu_idx variable and make it const
After the previous patch this local variable is no longer the mpinit CPU index, but the LAPIC ID, so rename it. Since it will only be set once, it can also be marked as const.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I4fad4e1095478213727bee8586852f9d5a7d18e9 --- M src/cpu/x86/mtrr/mtrr.c 1 file changed, 16 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/70798/2