From: Marc Zyngier Date: Tue, 14 May 2013 11:11:37 +0000 (+0100) Subject: ARM: KVM: use phys_addr_t instead of unsigned long long for HYP PGDs X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~22^2~7^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dac288f7b38a7439502b77dabcdf8a9a5c4ae721;p=pandora-kernel.git ARM: KVM: use phys_addr_t instead of unsigned long long for HYP PGDs HYP PGDs are passed around as phys_addr_t, except just before calling into the hypervisor init code, where they are cast to a rather weird unsigned long long. Just keep them around as phys_addr_t, which is what makes the most sense. Reported-by: Catalin Marinas Acked-by: Catalin Marinas Signed-off-by: Marc Zyngier Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed