From: Franck Bui-Huu Date: Thu, 19 Oct 2006 11:20:02 +0000 (+0200) Subject: [MIPS] Introduce __pa_symbol() X-Git-Tag: v2.6.20-rc1~34^2~40^2~469^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8431fd094d625b94d364fe393076ccef88e6ce18;p=pandora-kernel.git [MIPS] Introduce __pa_symbol() This patch introduces __pa_symbol() macro which should be used to calculate the physical address of kernel symbols. It also relies on RELOC_HIDE() to avoid any compiler's oddities when doing arithmetics on symbols. Signed-off-by: Franck Bui-Huu Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed