ARM: 6191/1: Do not compile the Thumb-2 module relocations on an ARM kernel
authorCatalin Marinas <catalin.marinas@arm.com>
Mon, 21 Jun 2010 14:11:38 +0000 (15:11 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 5 Aug 2010 09:35:48 +0000 (10:35 +0100)
commitb749315601b44a63634d1a38fd167b8cac0e9ad4
tree81eb8fe881d6387adbe9fb44ff53915eb775449e
parent0567821cd8aac3f390282e02c9ba633894cbf7c1
ARM: 6191/1: Do not compile the Thumb-2 module relocations on an ARM kernel

Kernels compiled to ARM do not need to handle Thumb-2 module relocations
as interworking is not allowed. This patch #ifdef's out the handling of
such relocations.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/module.c