commit | 21c4ff80cba5e24932f3ef79c8482c0491630b2b | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Oct 20 11:47:19 2006 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Oct 25 11:54:13 2006 +1000 |
tree | df44027a8f419057039f1709371b85cd57b52804 | |
parent | 0909c8c2d547e45ca50e2492b08ec93a37b35237 [diff] |
[POWERPC] Support feature fixups in modules This patch adds support for feature fixups in modules. This involves adding support for R_PPC64_REL64 relocs to the 64 bits module loader. It also modifies modpost.c to ignore the powerpc fixup sections (or it would warn when used in .init.text). Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>