]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitaf9f29a60e896e2b65e9db59a6cc12f8b843d8c2
tree4164ccb60ca89ac37daa7f3f9c52a164473227b7
parent99d43b568a7d725935ea9aed50582d3a835b0746
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