Skip to content

Commit 4449ad5

Browse files
abrodkinioannisg
authored andcommitted
arch: arc: _rirq_exit: Comment clean-up
We manage IRQs in a quite a different way now since commit f8d061f ("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 <[email protected]>
1 parent 098f1c9 commit 4449ad5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/arc/core/regular_irq.S

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@ SECTION_FUNC(TEXT, _rirq_exit)
115115
mov r1, _kernel
116116
ld_s r2, [r1, _kernel_offset_to_current]
117117

118-
/*
119-
* Lock interrupts to ensure kernel queues do not change from this
120-
* point on until return from interrupt.
121-
*/
122-
123118
/*
124119
* Both (a)reschedule and (b)non-reschedule cases need to load the
125120
* current thread's stack, but don't have to use it until the decision

0 commit comments

Comments
 (0)