diff options
Diffstat (limited to 'arch/arm/kernel/vmlinux-xip.lds.S')
| -rw-r--r-- | arch/arm/kernel/vmlinux-xip.lds.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/kernel/vmlinux-xip.lds.S b/arch/arm/kernel/vmlinux-xip.lds.S index d32f5d35f602..3593d5c1acd2 100644 --- a/arch/arm/kernel/vmlinux-xip.lds.S +++ b/arch/arm/kernel/vmlinux-xip.lds.S | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | #include <asm/cache.h> | 13 | #include <asm/cache.h> |
| 14 | #include <asm/thread_info.h> | 14 | #include <asm/thread_info.h> |
| 15 | #include <asm/memory.h> | 15 | #include <asm/memory.h> |
| 16 | #include <asm/mpu.h> | ||
| 16 | #include <asm/page.h> | 17 | #include <asm/page.h> |
| 17 | 18 | ||
| 18 | #include "vmlinux.lds.h" | 19 | #include "vmlinux.lds.h" |
| @@ -148,6 +149,9 @@ SECTIONS | |||
| 148 | __init_end = .; | 149 | __init_end = .; |
| 149 | 150 | ||
| 150 | BSS_SECTION(0, 0, 8) | 151 | BSS_SECTION(0, 0, 8) |
| 152 | #ifdef CONFIG_ARM_MPU | ||
| 153 | . = ALIGN(PMSAv8_MINALIGN); | ||
| 154 | #endif | ||
| 151 | _end = .; | 155 | _end = .; |
| 152 | 156 | ||
| 153 | STABS_DEBUG | 157 | STABS_DEBUG |
