Re: [PATCH] Add IPIC MSI interrupt support
From: Li Li <hidden>
Date: 2007-12-04 01:52:15
From: Li Li <hidden>
Date: 2007-12-04 01:52:15
On Tue, 2007-12-04 at 05:03 +0800, Benjamin Herrenschmidt wrote:
On Mon, 2007-12-03 at 17:07 +0800, Li Li wrote:quoted
In IPIC, the 8 MSI interrupts is handled as level intrrupt. I just provide a versatile in case it is changed.Level ? Are you sure ? MSIs are by definition edge interrupts... Or do you have some weird logic that asserts a level input until you go ack something ? Sounds weird...
The second one. The MSI is edge interrupt. The 256 MSI interrupts are divided into 8 groups. Each group can generate a interrupt to core. This interrupts are level and asserted untile ack MSI interrupt. A little weird.
Ben.
- Tony