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)
commita769094061289453e8c331d7746e0e26f5d1e38b
tree21275817e750549e594ef026be3c1c0711585cb6
parent459fec9073bca854badc1a719f7c12f5162d0edd
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