]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/85xx: fix build warning, remove silly cast
authorBecky Bruce <becky.bruce@freescale.com>
Thu, 21 Aug 2008 18:50:22 +0000 (13:50 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 16 Sep 2008 15:01:35 +0000 (10:01 -0500)
commit9b7eeb2b2f646590aaadaa3094d159e6c6bd28d1
tree649f2a8cf6cbb66b1e93d97d3097df5a68f27111
parent9a64f1647d4c0d1ad4dc229fbd905fbd374b8c50
powerpc/85xx: fix build warning, remove silly cast

This fixes a build warning when PHYS_64BIT is enabled, and removes an
unnecessary cast to phys_addr_t (the variable being cast is already
a phys_addr_t)

Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/mm/fsl_booke_mmu.c