commit | 22e268ebecc549f1b1907f114cb44d6044bdee3c | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Aug 05 12:59:05 2010 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Aug 05 12:59:05 2010 +0930 |
tree | a1159e36de2a0ed6d3dcadd61622976971dd3b2d | |
parent | 9f85a4bbb1cf56f65b3d065a5f88204a757f2325 [diff] |
module: refactor load_module part 5 1) Extract out the relocation loop into apply_relocations 2) Extract license and version checks into check_module_license_and_versions 3) Extract icache flushing into flush_module_icache 4) Move __obsparm warning into find_module_sections 5) Move license setting into check_modinfo. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>