vfio/spapr: Rename local systempagesize variable
commit3cdd801b0b65ec3fbb9280a2fa22976ad96645b0
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Wed, 27 Feb 2019 08:51:46 +0000 (27 19:51 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 11 Mar 2019 23:50:59 +0000 (12 10:50 +1100)
tree8a0033c0240ab8d93d27da262a8bef9f821fd308
parent16107998761c1ce97d5c1d56a3e7092acb27d8d1
vfio/spapr: Rename local systempagesize variable

The "systempagesize" name suggests that it is the host system page size
while it is the smallest page size of memory backing the guest RAM so
let's rename it to stop confusion. This should cause no behavioral change.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Message-Id: <20190227085149.38596-4-aik@ozlabs.ru>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/vfio/spapr.c