aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/kernel/module.c')
-rw-r--r--arch/arm/kernel/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/module.c b/arch/arm/kernel/module.c
index efdddcb97dd1..4f14b5ce6535 100644
--- a/arch/arm/kernel/module.c
+++ b/arch/arm/kernel/module.c
@@ -34,7 +34,7 @@
34 * recompiling the whole kernel when CONFIG_XIP_KERNEL is turned on/off. 34 * recompiling the whole kernel when CONFIG_XIP_KERNEL is turned on/off.
35 */ 35 */
36#undef MODULES_VADDR 36#undef MODULES_VADDR
37#define MODULES_VADDR (((unsigned long)_etext + ~PMD_MASK) & PMD_MASK) 37#define MODULES_VADDR (((unsigned long)_exiprom + ~PMD_MASK) & PMD_MASK)
38#endif 38#endif
39 39
40#ifdef CONFIG_MMU 40#ifdef CONFIG_MMU