From: Marc Zyngier Date: Wed, 3 Oct 2012 10:17:02 +0000 (+0100) Subject: ARM: KVM: convert GP registers from u32 to unsigned long X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~17^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db730d8d623a0826f7fb6b74e890d3eb97a1b7a3;p=pandora-kernel.git ARM: KVM: convert GP registers from u32 to unsigned long On 32bit ARM, unsigned long is guaranteed to be a 32bit quantity. On 64bit ARM, it is a 64bit quantity. In order to be able to share code between the two architectures, convert the registers to be unsigned long, so the core code can be oblivious of the change. Signed-off-by: Marc Zyngier --- Reading git-diff-tree failed