diff mbox series

[v2] arm64: Remove __exception_text_start and __exception_text_end from asm/section.h

Message ID 1578890502-13602-1-git-send-email-pkushwaha@marvell.com (mailing list archive)
State Mainlined
Commit 4e410ef96ce6c8d2e2b69d09ab5d44dc8d5352e4
Headers show
Series [v2] arm64: Remove __exception_text_start and __exception_text_end from asm/section.h | expand

Commit Message

Prabhakar Kushwaha Jan. 13, 2020, 4:41 a.m. UTC
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.

Signed-off-by: Prabhakar Kushwaha <pkushwaha@marvell.com>
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
Acked-by: James Morse <james.morse@arm.com>
---
Chages for v2: 
 - Added Acked and Reviewed by 
 - resending with maintainers in CC

 arch/arm64/include/asm/sections.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Will Deacon Jan. 13, 2020, 11:59 a.m. UTC | #1
On Mon, Jan 13, 2020 at 04:41:52AM +0000, Prabhakar Kushwaha wrote:
> 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.
> 
> Signed-off-by: Prabhakar Kushwaha <pkushwaha@marvell.com>
> Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
> Acked-by: James Morse <james.morse@arm.com>
> ---
> Chages for v2: 
>  - Added Acked and Reviewed by 
>  - resending with maintainers in CC

I already queued this last week, but somehow I missed James' Ack :(

https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git/commit/?h=for-next/misc&id=4e410ef96ce6c8d2e2b69d09ab5d44dc8d5352e4

Will
diff mbox series

Patch

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[];