From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw01.freescale.net (az33egw01.freescale.net [192.88.158.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 4C0D8DE281 for ; Sat, 4 Oct 2008 02:58:09 +1000 (EST) Message-ID: <48E64E94.3080807@freescale.com> Date: Fri, 03 Oct 2008 11:55:48 -0500 From: Scott Wood MIME-Version: 1.0 To: liran raz Subject: Re: NOHZ: local_softirq_pending 08 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , liran raz wrote: > hi, > I have a driver that uses the scc1 intertupts. > After enabling the scc1 interrupts I see this message > coming from the kernel for some time: > NOHZ: local_softirq_pending 08 > 1. What is the meaning of this message? does > 2. Does it indicate that something is wrong & need a fix? > 3. How can I get rid of it? > (The interrupt is connected to an ISR by using > the standard request_irq() routine). > Kernel 2.6.24 > Processor: MPC8272 > Thanks, > Liran. The error comes from generic timer code; I'd test with the latest kernel and then ask on the linux-kernel list. -Scott