]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: Handle R_PARISC_PCREL32 relocations in kernel modules
authorHelge Deller <deller@gmx.de>
Fri, 8 Apr 2016 20:10:35 +0000 (22:10 +0200)
committerHelge Deller <deller@gmx.de>
Fri, 8 Apr 2016 20:10:35 +0000 (22:10 +0200)
commit45a069362265911a6e111ecfb3b56543daa20727
tree6cd2e8bfa7cd3bd5dcc751b3f44947f7a77731d4
parentd6e2cd90fff7bd6370b05027ec0d369dbdc79bfc
parisc: Handle R_PARISC_PCREL32 relocations in kernel modules

Commit f443a34 (parisc: Use generic extable search and sort routines)
changed the exception tables to use 32bit relative offsets.

This patch now adds support to the kernel module loader to handle such
R_PARISC_PCREL32 relocations for 32- and 64-bit modules.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/module.c