From: Alexander Duyck Date: Mon, 19 Nov 2012 18:31:37 +0000 (-0800) Subject: x86: Fix warning about cast from pointer to integer of different size X-Git-Tag: v3.9-rc1~108^2~18^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbee3aec3472fc2ca10b6b1020aec84567ea25ce;p=pandora-kernel.git x86: Fix warning about cast from pointer to integer of different size This patch fixes a warning reported by the kbuild test robot where we were casting a pointer to a physical address which represents an integer of a different size. Per the suggestion of Peter Anvin I am replacing it and one other spot where I made a similar cast with an unsigned long. Signed-off-by: Alexander Duyck Link: http://lkml.kernel.org/r/20121119182927.3655.7641.stgit@ahduyck-cp1.jf.intel.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed