diff options
author | Alexander Duyck <alexander.h.duyck@intel.com> | 2012-11-19 19:31:37 +0100 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2012-11-19 19:45:19 +0100 |
commit | bbee3aec3472fc2ca10b6b1020aec84567ea25ce (patch) | |
tree | 3fbb99d8f84eabd37046048963f4bec03af965f4 /arch/x86/mm/pgtable.c | |
parent | x86/acpi: Use __pa_symbol instead of __pa on C visible symbols (diff) | |
download | linux-bbee3aec3472fc2ca10b6b1020aec84567ea25ce.tar.xz linux-bbee3aec3472fc2ca10b6b1020aec84567ea25ce.zip |
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 <alexander.h.duyck@intel.com>
Link: http://lkml.kernel.org/r/20121119182927.3655.7641.stgit@ahduyck-cp1.jf.intel.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/mm/pgtable.c')
0 files changed, 0 insertions, 0 deletions