embedded linux interrupt handling
From: Jacky Cheung (jackylb_at_yahoo.com)
Date: 03/30/04
- Next message: somez72: "to find out file is exsit or not with open that file in linux c programming?"
- Previous message: William D. Waddington: "Re: disabling interrupts/scheduling in ioctl() handler"
- Next in thread: Kasper Dupont: "Re: embedded linux interrupt handling"
- Reply: Kasper Dupont: "Re: embedded linux interrupt handling"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Mar 2004 23:12:43 +0800
Hi,
Please accept my poor english
In my application, I need to handle an GPIO interrupt. However, the callback
function of the interrupt is pretty long, so I make it in tasklet. However,
due to the interrupt occurs very frequent, the "tasklet" interrupt handling
sometimes make interrupt missing when heavy loading in my device. Do anyone
have good suggestion in solving this?
Regards,
Jacky
- Next message: somez72: "to find out file is exsit or not with open that file in linux c programming?"
- Previous message: William D. Waddington: "Re: disabling interrupts/scheduling in ioctl() handler"
- Next in thread: Kasper Dupont: "Re: embedded linux interrupt handling"
- Reply: Kasper Dupont: "Re: embedded linux interrupt handling"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|