aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/ps3/device-init.c
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2010-10-14 15:15:30 -0500
committerKumar Gala <galak@kernel.crashing.org>2011-01-12 18:02:46 -0600
commitb49d81ded47e9d01f7128fce50d224ccc2150960 (patch)
treec242c67f47d4e0f8b83337aa8c39dd62dd891dc1 /arch/powerpc/platforms/ps3/device-init.c
parentb2e0861e51f2961954330dcafe6d148ee3ab5cff (diff)
downloadkernel_samsung_smdk4412-b49d81ded47e9d01f7128fce50d224ccc2150960.zip
kernel_samsung_smdk4412-b49d81ded47e9d01f7128fce50d224ccc2150960.tar.gz
kernel_samsung_smdk4412-b49d81ded47e9d01f7128fce50d224ccc2150960.tar.bz2
powerpc: fix warning when compiling immap_qe.h
Fix the warnings genereted by arch/powerpc/include/asm/immap_qe.h when CONFIG_PHYS_ADDR_T_64BIT is defined: immap_qe.h: In function 'immrbar_virt_to_phys': immap_qe.h:472:8: warning: cast from pointer to integer of different size immap_qe.h:472:24: warning: cast from pointer to integer of different size immap_qe.h:473:5: warning: cast from pointer to integer of different size immap_qe.h:473:21: warning: cast from pointer to integer of different size immap_qe.h:474:36: warning: cast from pointer to integer of different size Note that the QE does not support 36-bit physical addresses, so even when CONFIG_PHYS_ADDR_T_64BIT is defined, the QE MURAM must be located below the 4GB boundary. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/ps3/device-init.c')
0 files changed, 0 insertions, 0 deletions