commit | e9e8578b6cdfba0259e99e79f0cb80c55c99b3c2 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Wed Sep 17 14:56:16 2014 -0700 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Fri Oct 10 13:07:37 2014 +0200 |
tree | 6c08662464f2cf314c1349a48ecb5e2329f4b8b7 | |
parent | b5e7a955a3515bf6b568050533fa9b1b72460a95 [diff] |
arm/arm64: KVM: use __GFP_ZERO not memset() to get zeroed pages Pass __GFP_ZERO to __get_free_pages() instead of calling memset() explicitly. Acked-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>