Skip to content

Commit

Permalink
kernel: softirqs: Drop a misleading adjective
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
  • Loading branch information
miquelraynal authored and tpetazzoni committed Oct 29, 2021
1 parent c4b9fd6 commit cd17dde
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -202,8 +202,8 @@ \subsection{Interrupt Management}
before the kernel resumes scheduling processes, so sleeping is not
allowed.
\item The number of softirqs is fixed in the system, so softirqs are
not directly used by drivers, but by complete kernel subsystems
(network, etc.)
not directly used by drivers, but by kernel subsystems (network,
etc.)
\item The list of softirqs is defined in
\kfile{include/linux/interrupt.h}: \ksym{HI_SOFTIRQ}, \ksym{TIMER_SOFTIRQ},
\ksym{NET_TX_SOFTIRQ}, \ksym{NET_RX_SOFTIRQ}, \ksym{BLOCK_SOFTIRQ},
Expand Down

0 comments on commit cd17dde

Please sign in to comment.