commit | e400e72f250d2567e89c9bafb47ab91e8d9a15a2 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Wed Aug 22 15:04:23 2012 +0000 |
committer | Alexander Graf <agraf@suse.de> | Fri Oct 05 23:38:53 2012 +0200 |
tree | 750c40496aada9c59bc1917d2a62aa24989aedfa | |
parent | 70bddfefbdcdbfdebd81d8b59ff8a7fa5d450ccc [diff] |
KVM: PPC: e500: fix allocation size error on g2h_tlb1_map We were only allocating half the bytes we need, which was made more obvious by a recent fix to the memset in clear_tlb1_bitmap(). Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de> Cc: stable@vger.kernel.org