From 4449ad52da46385992d29ca0c3343a1b9c743288 Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Tue, 27 Aug 2019 00:47:26 +0300 Subject: [PATCH] arch: arc: _rirq_exit: Comment clean-up We manage IRQs in a quite a different way now since commit f8d061faf7dc ("arch: arc: add nested interrupt support") so that comment not only makes no sense but also may fool a reader as disabling of interrupts happens in the very beginning of _rirq_exit() but not here. Signed-off-by: Alexey Brodkin --- arch/arc/core/regular_irq.S | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/arc/core/regular_irq.S b/arch/arc/core/regular_irq.S index d2f95501f1c..8d9a6f83469 100644 --- a/arch/arc/core/regular_irq.S +++ b/arch/arc/core/regular_irq.S @@ -115,11 +115,6 @@ SECTION_FUNC(TEXT, _rirq_exit) mov r1, _kernel ld_s r2, [r1, _kernel_offset_to_current] - /* - * Lock interrupts to ensure kernel queues do not change from this - * point on until return from interrupt. - */ - /* * Both (a)reschedule and (b)non-reschedule cases need to load the * current thread's stack, but don't have to use it until the decision