From 26cecf74c4532046bf0d36123d12e15a1bf4051d Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 1 Dec 2019 12:15:40 -0500 Subject: [PATCH] arc: remove old macro used for event logger Leftover macro from the kernel event logger which was replaced by generic tracing infrastructure. Signed-off-by: Anas Nashif --- arch/arc/core/isr_wrapper.S | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/arch/arc/core/isr_wrapper.S b/arch/arc/core/isr_wrapper.S index ad035f808eb..50efbf2035b 100644 --- a/arch/arc/core/isr_wrapper.S +++ b/arch/arc/core/isr_wrapper.S @@ -246,18 +246,6 @@ rirq_path: #if defined(CONFIG_TRACING) GTEXT(sys_trace_isr_enter) - -.macro log_interrupt_k_event - clri r0 /* do not interrupt event logger operations */ - push_s r0 - push_s blink - jl sys_trace_isr_enter - pop_s blink - pop_s r0 - seti r0 -.endm -#else - #define log_interrupt_k_event #endif #if defined(CONFIG_SYS_POWER_MANAGEMENT) @@ -303,7 +291,6 @@ SECTION_FUNC(TEXT, _isr_demux) /* cannot be done before this point because we must be able to run C */ /* r0 is available to be stomped here, and exit_tickless_idle uses it */ exit_tickless_idle - log_interrupt_k_event lr r0, [_ARC_V2_ICAUSE] /* handle software triggered interrupt */