All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
To: Richard Cochran <richardcochran@gmail.com>
Cc: linux-rt-users@vger.kernel.org
Subject: Re: thread_do_softirq in 4.19
Date: Thu, 21 Jan 2021 16:41:30 +0100	[thread overview]
Message-ID: <20210121154130.hlru3m3cw4sgb7ly@linutronix.de> (raw)
In-Reply-To: <20210108144314.GA23597@hoboy.vegasvil.org>

On 2021-01-08 06:43:14 [-0800], Richard Cochran wrote:
> Dear list,
Hello Richard,

> 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?

Dead code. My guess is, that is around unused since the softirq rework
around v3.0/v3.2. I just looked at v3.6-RT and it was unused there, too.
It has been removed it in v5.2-rt1.

> Thanks,
> Richard

Sebastian

      reply	other threads:[~2021-01-21 15:42 UTC|newest]

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

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=20210121154130.hlru3m3cw4sgb7ly@linutronix.de \
    --to=bigeasy@linutronix.de \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=richardcochran@gmail.com \
    /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.