commit | 6c24b17453c8dc444a746e45b8a404498fc9fcf7 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Mon Feb 09 21:08:07 2009 -0600 |
committer | Kumar Gala <galak@kernel.crashing.org> | Mon Feb 09 21:11:55 2009 -0600 |
tree | 4164ccb60ca89ac37daa7f3f9c52a164473227b7 | |
parent | 08c6e3a57877ceda5c2f4c99ae7d433b8eef779a [diff] |
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>