All of lore.kernel.org
 help / color / mirror / Atom feed
* thread_do_softirq in 4.19
@ 2021-01-08 14:43 Richard Cochran
  2021-01-21 15:41 ` Sebastian Andrzej Siewior
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Cochran @ 2021-01-08 14:43 UTC (permalink / raw)
  To: linux-rt-users

Dear list,

The function thread_do_softirq() is never used anywhere in
v4.19.135-rt60.

   git grep thread_do_softirq

   include/linux/interrupt.h:505:static inline void thread_do_softirq(void) { do_softirq(); }
   include/linux/interrupt.h:515:extern void thread_do_softirq(void);
   kernel/softirq.c:674:void thread_do_softirq(void)

Is it supposed to be called from somewhere, or is it simply dead code?

Thanks,
Richard






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

end of thread, other threads:[~2021-01-21 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-08 14:43 thread_do_softirq in 4.19 Richard Cochran
2021-01-21 15:41 ` Sebastian Andrzej Siewior

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.