]> git.baikalelectronics.ru Git - kernel.git/commit
Blackfin: fix module reloc handling for all memory regions
authorMike Frysinger <vapier@gentoo.org>
Fri, 26 Jun 2009 00:49:51 +0000 (00:49 +0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 17 Sep 2009 01:28:52 +0000 (21:28 -0400)
commit457b3f9fa4fdb7563e6feec53d3b83b6d093680b
tree21275817e750549e594ef026be3c1c0711585cb6
parent5b565db0af2053bc9c44f9ba1ae884b3fdf0765a
Blackfin: fix module reloc handling for all memory regions

The current module relocation code has spotty handling wrt different
memory regions (like L1 instruction).  Rather than try to fix each
little spot, use the new common memory functions to greatly simplify
everything and make sure it is always correct.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/kernel/module.c