[MIPS] Fix PHYS_OFFSET for 64-bits kernels with 32-bits symbols
commit22ce62454340358174ffdd1139254f4f0df10728
authorFranck Bui-Huu <fbuihuu@gmail.com>
Mon, 4 Jun 2007 15:46:35 +0000 (4 17:46 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 9 Jul 2007 13:41:31 +0000 (9 14:41 +0100)
tree07a3ea13f95d0f5c59da0f8b76007e491a41f20e
parente74cffaeb6500da9f261d32516565c18d164cb2a
[MIPS] Fix PHYS_OFFSET for 64-bits kernels with 32-bits symbols

The current implementation of __pa() for 64-bits kernels with 32-bits
symbols is broken. In this configuration, we need 2 values for
PAGE_OFFSET, one in XKPHYS and the other in CKSEG0 space.

When the value in CKSEG0 space is used, it doesn't take into account
of PHYS_OFFSET. Even worse we can't redefine this value.

The patch restores CPHYSADDR() but in __pa()'s implementation because
it removes the need of 2 PAGE_OFFSET.

OTOH, CPHYSADDR() is quite bad when dealing with mapped kernels. So
this patch assumes there's no need to deal with such kernel in 64-bits
world.

Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/page.h