[LWN Logo]
[LWN.net]
From:	 Daniel Phillips <phillips@bonn-fries.net>
To:	 Jeff Garzik <jgarzik@mandrakesoft.com>,
	 "peter k." <spam-goes-to-dev-null@gmx.net>
Subject: Re: 2.4.7: wtf is "ksoftirqd_CPU0"
Date:	 Sun, 22 Jul 2001 01:37:02 +0200
Cc:	 linux-kernel@vger.kernel.org

On Saturday 21 July 2001 18:38, Jeff Garzik wrote:
> "peter k." wrote:
> > i just installed 2.4.7, now a new process called "ksoftirqd_CPU0"
> > is started automatically when booting (by the kernel obviously)?
> > why? what does it do? i didnt find any useful information on it in
> > linuxdoc / linux-kernel archives
>
> it is used internally, ignore it.

It's pretty hard to ignore a process with a name that ugly ;-)

How about just ksoft0 ?  Or kirq0?

I don't see the sense of trying to encode a whole sentence into the 
process name.

(Peter, this handles softirqs in a more predictable way by allowing the 
scheduler to take care of any softirq that can't conveniently be 
executed immediately.  Among other benefits, this approach eliminated 
the need to check for and execute pending softirqs on exit from system 
calls.)

--
Daniel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/