kernel-fxtec-pro1x/arch/m32r
Jeremy Fitzhardinge 947d0496cf generic: make PFN_PHYS explicitly return phys_addr_t
PFN_PHYS, as its name suggests, turns a pfn into a physical address.
However, it is a macro which just operates on its argument without
modifying its type.  pfns are typed unsigned long, but an unsigned
long may not be long enough to hold a physical address (32-bit systems
with more than 32 bits of physcial address).

Make sure we cast to phys_addr_t to return a complete result.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-09-14 17:24:26 +02:00
..
boot inflate: refactor inflate malloc code 2008-07-25 10:53:28 -07:00
configs
kernel smp_call_function: get rid of the unused nonatomic/retry argument 2008-06-26 11:24:35 +02:00
lib
mm generic: make PFN_PHYS explicitly return phys_addr_t 2008-09-14 17:24:26 +02:00
oprofile
platforms
Kconfig m32r: convert to generic helpers for IPI function calls 2008-06-26 11:22:57 +02:00
Kconfig.debug
Makefile m32r: use KBUILD_DEFCONFIG 2008-04-29 14:46:00 +09:00