diff options
author | Prabhakar Kushwaha <pkushwaha@marvell.com> | 2019-12-21 11:32:38 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2020-01-08 20:30:19 +0300 |
commit | 4e410ef96ce6c8d2e2b69d09ab5d44dc8d5352e4 (patch) | |
tree | 17b1de15b366c09209ba81e810eb7e74ff83e687 /arch/arm64/include/asm/sections.h | |
parent | 3c9c1dcde7c3a6c6203686ccd620620ae5b2a905 (diff) | |
download | linux-4e410ef96ce6c8d2e2b69d09ab5d44dc8d5352e4.tar.xz |
arm64: Remove __exception_text_start and __exception_text_end from asm/section.h
Linux commit b6e43c0e3129 ("arm64: remove __exception annotations") has
removed __exception_text_start and __exception_text_end sections.
So removing reference of __exception_text_start and __exception_text_end
from from asm/section.h.
Cc: James Morse <james.morse@arm.com>
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
Signed-off-by: Prabhakar Kushwaha <pkushwaha@marvell.com>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'arch/arm64/include/asm/sections.h')
-rw-r--r-- | arch/arm64/include/asm/sections.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/sections.h b/arch/arm64/include/asm/sections.h index 25a73aab438f..3994169985ef 100644 --- a/arch/arm64/include/asm/sections.h +++ b/arch/arm64/include/asm/sections.h @@ -8,7 +8,6 @@ #include <asm-generic/sections.h> extern char __alt_instructions[], __alt_instructions_end[]; -extern char __exception_text_start[], __exception_text_end[]; extern char __hibernate_exit_text_start[], __hibernate_exit_text_end[]; extern char __hyp_idmap_text_start[], __hyp_idmap_text_end[]; extern char __hyp_text_start[], __hyp_text_end[]; |