]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit592570c950fb455226cd255603de7cede2be83e6
tree6cd2e8bfa7cd3bd5dcc751b3f44947f7a77731d4
parent3c9688876ace9ca4cd8630e5fbba8bb28235990a
parisc: Handle R_PARISC_PCREL32 relocations in kernel modules

Commit 0de7985 (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