diff options
| -rw-r--r-- | arch/arm64/kernel/vmlinux.lds.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kernel/vmlinux.lds.S b/arch/arm64/kernel/vmlinux.lds.S index 4ba7a55b49c7..f1e6d5c032e1 100644 --- a/arch/arm64/kernel/vmlinux.lds.S +++ b/arch/arm64/kernel/vmlinux.lds.S | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | #define ARM_EXIT_DISCARD(x) x | 13 | #define ARM_EXIT_DISCARD(x) x |
| 14 | 14 | ||
| 15 | OUTPUT_ARCH(aarch64) | 15 | OUTPUT_ARCH(aarch64) |
| 16 | ENTRY(stext) | 16 | ENTRY(_text) |
| 17 | 17 | ||
| 18 | jiffies = jiffies_64; | 18 | jiffies = jiffies_64; |
| 19 | 19 | ||
