commit | b749315601b44a63634d1a38fd167b8cac0e9ad4 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Mon Jun 21 15:11:38 2010 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Aug 05 10:35:48 2010 +0100 |
tree | 81eb8fe881d6387adbe9fb44ff53915eb775449e | |
parent | 0567821cd8aac3f390282e02c9ba633894cbf7c1 [diff] |
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>