Re: MIssed interrupts

2008-04-02 Thread Peter Teoh
More information on missing interrupts, esp on ARM platform: http://www.embeddedrelated.com/usenet/embedded/show/72620-1.php On Mon, Mar 3, 2008 at 9:10 AM, Jike Song [EMAIL PROTECTED] wrote: On Fri, Feb 29, 2008 at 7:43 PM, Mulyadi Santosa [EMAIL PROTECTED] wrote: As far as I know, yes

Re: MIssed interrupts

2008-02-29 Thread Peter Teoh
Hi Mulyadi, On Fri, Feb 29, 2008 at 3:21 PM, Jike Song [EMAIL PROTECTED] wrote: On Thu, Feb 7, 2008 at 11:50 PM, Mulyadi Santosa [EMAIL PROTECTED] wrote: Hi AFAIK at the time it's in disabled state...yes it will be missed. But once you enabled it again missing interrupts

MIssed interrupts

2008-02-07 Thread Rick Brown
Hi, If a particual IRQ line has been disabled (disable_irq()), what happens if the device on that IRQ line generates interrupt? Does it result in missed interrupt? And in case of Uniprocessor machine, what happens if interrupts are generated while spinlock_irq_save() etc? TIA, Rick -- To