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.27.18~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fca7ba4552ec213fe84b3b9870d04e370830e88;p=pandora-kernel.git powerpc/fsl-booke: Fix mapping functions to use phys_addr_t commit 6c24b17453c8dc444a746e45b8a404498fc9fcf7 upstream. 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed