On Mon, Apr 19, 2010 at 10:46 AM, Michael Ellerman
wrote:
> On Fri, 2010-04-16 at 15:34 +0800, Li Yang wrote:
>> From: Zhao Chenhui
>>
>> Put all fsl_msi banks in a linked list. The list of banks then can be
>> traversed when allocating new msi interrupts.
>
> So there are multiple banks, and you
On Fri, 2010-04-16 at 15:34 +0800, Li Yang wrote:
> From: Zhao Chenhui
>
> Put all fsl_msi banks in a linked list. The list of banks then can be
> traversed when allocating new msi interrupts.
So there are multiple banks, and you just use the first one that has an
empty slot in it's bitmap?
> S
From: Zhao Chenhui
Put all fsl_msi banks in a linked list. The list of banks then can be
traversed when allocating new msi interrupts.
Signed-off-by: Zhao Chenhui
Signed-off-by: Li Yang
---
arch/powerpc/sysdev/fsl_msi.c | 29 ++---
arch/powerpc/sysdev/fsl_msi.h |