All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Cochran <richardcochran@gmail.com>
To: linux-rt-users@vger.kernel.org
Subject: thread_do_softirq in 4.19
Date: Fri, 8 Jan 2021 06:43:14 -0800	[thread overview]
Message-ID: <20210108144314.GA23597@hoboy.vegasvil.org> (raw)

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






             reply	other threads:[~2021-01-08 14:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-08 14:43 Richard Cochran [this message]
2021-01-21 15:41 ` thread_do_softirq in 4.19 Sebastian Andrzej Siewior

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210108144314.GA23597@hoboy.vegasvil.org \
    --to=richardcochran@gmail.com \
    --cc=linux-rt-users@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.