All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: Remove __exception_text_start and __exception_text_end from asm/section.h
@ 2019-12-21  8:32 Prabhakar Kushwaha
  2019-12-26  6:54 ` Anshuman Khandual
  2020-01-10 18:39 ` James Morse
  0 siblings, 2 replies; 3+ messages in thread
From: Prabhakar Kushwaha @ 2019-12-21  8:32 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Kamlakant Patel, Prabhakar Kushwaha, James Morse,
	Ganapatrao Prabhakerrao Kulkarni

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>
Cc: James Morse <james.morse@arm.com>
---
 arch/arm64/include/asm/sections.h | 1 -
 1 file changed, 1 deletion(-)

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-10 18:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-21  8:32 [PATCH] arm64: Remove __exception_text_start and __exception_text_end from asm/section.h Prabhakar Kushwaha
2019-12-26  6:54 ` Anshuman Khandual
2020-01-10 18:39 ` James Morse

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.