linux_dsm_epyc7002/arch/x86/kvm/mmu
Ben Gardon 0a2b64c50d kvm: mmu: Replace unsigned with unsigned int for PTE access
There are several functions which pass an access permission mask for
SPTEs as an unsigned. This works, but checkpatch complains about it.
Switch the occurrences of unsigned to unsigned int to satisfy checkpatch.

No functional change expected.

Tested by running kvm-unit-tests on an Intel Haswell machine. This
commit introduced no new failures.

Signed-off-by: Ben Gardon <bgardon@google.com>
Reviewed-by: Oliver Upton <oupton@google.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-02-05 15:54:00 +01:00
..
mmu.c kvm: mmu: Replace unsigned with unsigned int for PTE access 2020-02-05 15:54:00 +01:00
page_track.c
paging_tmpl.h KVM: x86/mmu: Fold max_mapping_level() into kvm_mmu_hugepage_adjust() 2020-01-27 20:00:08 +01:00