Commit 04e79184 authored by Paolo Bonzini's avatar Paolo Bonzini Committed by Lee Jones
Browse files

kvm: fix previous commit for 32-bit builds



commit 4422829e upstream.

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: default avatarPaolo Bonzini <pbonzini@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarLee Jones <joneslee@google.com>
Change-Id: Ia3c018a7aaff2ddf155d848d9483f08e9576feed
parent 7dcae982
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment