commit | 990978e99359e1f3a843563b9f96f9dc7bb7c05a | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Tue Jul 02 11:15:18 2013 +0530 |
committer | Alexander Graf <agraf@suse.de> | Mon Jul 08 16:21:13 2013 +0200 |
tree | 6f71c3c44f428b3a325097f28008dd8576dc50f0 | |
parent | 6c45b810989d1c04194499d666f695d3f811965f [diff] |
powerpc/kvm: Use 256K chunk to track both RMA and hash page table allocation. Both RMA and hash page table request will be a multiple of 256K. We can use a chunk size of 256K to track the free/used 256K chunk in the bitmap. This should help to reduce the bitmap size. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Acked-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Alexander Graf <agraf@suse.de>