commit | 8431fd094d625b94d364fe393076ccef88e6ce18 | [log] [tgz] |
---|---|---|
author | Franck Bui-Huu <vagabon.xyz@gmail.com> | Thu Oct 19 13:20:02 2006 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Nov 30 01:14:41 2006 +0000 |
tree | a6f34ac5f87f437b99d82f449849086539e2ed9c | |
parent | d4df6d4e7a66b7a9bd57f5dc7d80d6b55dc12dbb [diff] |
[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 <fbuihuu@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>