From: Min-Hua Chen Date: Thu, 9 Oct 2014 15:53:10 +0000 (+0100) Subject: arm64: fix data type for physical address X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~18^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ee20980812b5b1800221996ec438689f61e98b4;p=pandora-kernel.git arm64: fix data type for physical address Use phys_addr_t for physical address in alloc_init_pud. Although phys_addr_t and unsigned long are 64 bit in arm64, it is better to use phys_addr_t to describe physical addresses. Signed-off-by: Min-Hua Chen Signed-off-by: Will Deacon --- Reading git-diff-tree failed