]> 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)
commit2d2b4ef88f7386eaded4f06ac6d275fbfda40a49
tree6cd2e8bfa7cd3bd5dcc751b3f44947f7a77731d4
parent4d788462bc08b0b4c9d7bf61d5c11f290cfe23d1
parisc: Handle R_PARISC_PCREL32 relocations in kernel modules

Commit a22c45c (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