From: Rusty Russell Date: Thu, 5 Aug 2010 18:59:12 +0000 (-0600) Subject: module: group post-relocation functions into post_relocation() X-Git-Tag: v2.6.36-rc1~549^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=811d66a0e1e99902d365497eec7884113a2665bd;p=pandora-kernel.git module: group post-relocation functions into post_relocation() This simply hoists more code out of load_module; we also put the identification of the extable and dynamic debug table in with the others in find_module_sections(). We move the taint check to the actual add/remove of the dynamic debug info: this is certain (find_module_sections is too early). Signed-off-by: Rusty Russell Cc: Yehuda Sadeh --- Reading git-diff-tree failed