]> git.proxmox.com Git - qemu.git/commit - target-ppc/kvm.c
target-ppc: Use #define for max slb entries
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 1 Oct 2013 16:19:31 +0000 (21:49 +0530)
committerAlexander Graf <agraf@suse.de>
Fri, 25 Oct 2013 21:25:48 +0000 (23:25 +0200)
commitd83af16786ca672bea9a206490f801bec7a057eb
tree6cbc40e863ee43e88bbfa70c7879ef49c15599b5
parent2f4d0f5990ede025720e41fa473029e9ca85e8b8
target-ppc: Use #define for max slb entries

Instead of opencoding 64 use MAX_SLB_ENTRIES. We don't update the kernel
header here.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/cpu.h
target-ppc/kvm.c
target-ppc/machine.c