From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by ozlabs.org (Postfix) with ESMTP id F288FDE00B for ; Wed, 9 Jul 2008 00:45:33 +1000 (EST) From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: While(1) in kernel space Date: Tue, 8 Jul 2008 16:45:31 +0200 References: <5468b7f30807080055p69571979i9a565653e523c2c0@mail.gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200807081645.31807.arnd@arndb.de> Cc: Paolo Doz List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tuesday 08 July 2008, Grant Likely wrote: > > You can use a kernel thread. > > I'm not sure how accurate this is, but here is some information about them: > > http://www.linuxquestions.org/linux/articles/Technical/Linux_Kernel_Thread Not accurate at all. New code should use kthread_create, as documented in http://lwn.net/Articles/65178/ Arnd <><