summaryrefslogtreecommitdiff
path: root/src/cpu/x86/pae
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2023-09-19 17:59:03 +0200
committerFelix Held <felix-coreboot@felixheld.de>2023-09-20 18:17:45 +0000
commit45343719c1be8e557156c8636f4baef3215cd133 (patch)
treef540e91904d38d42f927a0572f920a1ace93833b /src/cpu/x86/pae
parent1663d188f3620a1c10ca5b4e9784d7dc225483f8 (diff)
cpu/x86/mtrr/debug: use msr_t parameter in display_mtrr_fixed_types
Now that no local union definitions are used any more, pass the msr data to display_mtrr_fixed_types as an msr_t type parameter instead of a uint64_t parameter. Also rename the parameter from msr to msr_data to be more specific that this parameter is the MSR contents and not the MSR number. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Iafde64129acc4bf9f01816de21c7793edfc1a799 Reviewed-on: https://review.coreboot.org/c/coreboot/+/78005 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Diffstat (limited to 'src/cpu/x86/pae')
0 files changed, 0 insertions, 0 deletions