[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH 09/15] openpic: always call IRQ_check from IRQ_get
From: |
Alexander Graf |
Subject: |
Re: [Qemu-ppc] [PATCH 09/15] openpic: always call IRQ_check from IRQ_get_next |
Date: |
Thu, 3 Jan 2013 19:42:09 +0100 |
On 22.12.2012, at 03:15, Scott Wood wrote:
> Previously the code relied on the queue's "next" field getting
> set to -1 sometime between an update to the bitmap, and the next
> call to IRQ_get_next. Sometimes this happened after the update.
> Sometimes it happened before the check. Sometimes it didn't happen
> at all.
>
> Signed-off-by: Scott Wood <address@hidden>
Have you verified that we don't run the check too often then? It's quite
costly, no?
Applied nevertheless to ppc-next.
Alex
- Re: [Qemu-ppc] [PATCH 09/15] openpic: always call IRQ_check from IRQ_get_next,
Alexander Graf <=