Skip to content
Commit 79c3095f authored by Sonny Rao's avatar Sonny Rao Committed by Benjamin Herrenschmidt
Browse files

powerpc: Export memstart_addr and kernstart_addr on ppc64



Some modules (like eHCA) want to map all of kernel memory, for this to
work with a relocated kernel, we need to export kernstart_addr so
modules can use PHYSICAL_START and memstart_addr so they could use
MEMORY_START.  Note that the 32bit code already exports these symbols.

Signed-off-By: default avatarSonny Rao <sonnyrao@us.ibm.com>

Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 529b7307
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment