powerpc/fsl-booke: Fix mapping functions to use phys_addr_t
authorKumar Gala <galak@kernel.crashing.org>
Tue, 10 Feb 2009 03:08:07 +0000 (21:08 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 10 Feb 2009 03:11:55 +0000 (21:11 -0600)
commit6c24b17453c8dc444a746e45b8a404498fc9fcf7
tree4164ccb60ca89ac37daa7f3f9c52a164473227b7
parent08c6e3a57877ceda5c2f4c99ae7d433b8eef779a
powerpc/fsl-booke: Fix mapping functions to use phys_addr_t

Fixed v_mapped_by_tlbcam() and p_mapped_by_tlbcam() to use phys_addr_t
instead of unsigned long.  In 36-bit physical mode we really need these
functions to deal with phys_addr_t when trying to match a physical
address or when returning one.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/mm/fsl_booke_mmu.c
arch/powerpc/mm/pgtable_32.c