From: Sonny Rao Date: Thu, 19 Aug 2010 18:08:09 +0000 (+0000) Subject: powerpc: Export memstart_addr and kernstart_addr on ppc64 X-Git-Tag: v2.6.36-rc3~37^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79c3095fb39964d0d44368cbbb4eff5b52c43d2c;p=pandora-kernel.git 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: Sonny Rao Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed