From: Kumar Gala Date: Tue, 10 Feb 2009 03:08:07 +0000 (-0600) Subject: powerpc/fsl-booke: Fix mapping functions to use phys_addr_t X-Git-Tag: v2.6.29-rc5~40^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c24b17453c8dc444a746e45b8a404498fc9fcf7;p=pandora-kernel.git 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 --- Reading git-diff-tree failed