summaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2021-06-09 08:49:13 +0300
committerPaolo Bonzini <pbonzini@redhat.com>2021-06-09 08:49:13 +0300
commit4422829e8053068e0225e4d0ef42dc41ea7c9ef5 (patch)
tree4604b6646782e727dc5d16b506d12e282eded269 /arch/x86
parentda27a83fd6cc7780fea190e1f5c19e87019da65c (diff)
downloadlinux-4422829e8053068e0225e4d0ef42dc41ea7c9ef5.tar.xz
kvm: fix previous commit for 32-bit builds
array_index_nospec does not work for uint64_t on 32-bit builds. However, the size of a memory slot must be less than 20 bits wide on those system, since the memory slot must fit in the user address space. So just store it in an unsigned long. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86')
0 files changed, 0 insertions, 0 deletions