]> err.no Git - linux-2.6/commit
[PPC] Fix cpm_dpram_addr returning phys mem instead of virt mem
authorJochen Friedrich <jochen@scram.de>
Mon, 24 Sep 2007 17:14:57 +0000 (19:14 +0200)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 28 Sep 2007 15:25:32 +0000 (10:25 -0500)
commitbc63818931ea55c54d6e59b7d38bff8f295dc8c1
tree78f3d22ad1d32cd4ac75718844446fcda7d07ec4
parent83af919e0f239e87bc644a2c932b9cebf5771380
[PPC] Fix cpm_dpram_addr returning phys mem instead of virt mem

cpm_dpram_addr returns physical memory of the DP RAM instead of
iomapped virtual memory. As there usually is a 1:1 MMU map of
the IMMR area, this is often not noticed. However, cpm_dpram_phys
assumes this iomapped virtual memory and returns garbage on the
1:1 mapped memory causing CPM1 uart console to fail.

This patch fixes the problem (copied from the powerpc tree).

Signed-off-by: Jochen Friedrich <jochen@scram.de>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/ppc/8xx_io/commproc.c