diff options
author | Sean Christopherson <[email protected]> | 2022-12-13 00:16:44 +0000 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2022-12-27 06:00:46 -0500 |
commit | 1525429fe5cb8e23b74c6dd473bb477a35906704 (patch) | |
tree | 6c4382bd6db31090ad1902107d7281f586617920 /scripts/generate_rust_analyzer.py | |
parent | 43e96957e8b87bad8e4ba666750ff0cda9e03ffb (diff) |
KVM: selftests: Fix a typo in x86-64's kvm_get_cpu_address_width()
Fix a == vs. = typo in kvm_get_cpu_address_width() that results in
@pa_bits being left unset if the CPU doesn't support enumerating its
MAX_PHY_ADDR. Flagged by clang's unusued-value warning.
lib/x86_64/processor.c:1034:51: warning: expression result unused [-Wunused-value]
*pa_bits == kvm_cpu_has(X86_FEATURE_PAE) ? 36 : 32;
Fixes: 3bd396353d18 ("KVM: selftests: Add X86_FEATURE_PAE and use it calc "fallback" MAXPHYADDR")
Signed-off-by: Sean Christopherson <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions