Re: [PATCH] powerpc/82xx: Convert pci_pic_lock to raw_spinlock
From: Kumar Gala <hidden>
Date: 2010-02-18 22:01:26
From: Kumar Gala <hidden>
Date: 2010-02-18 22:01:26
On Feb 18, 2010, at 7:57 AM, Anton Vorontsov wrote:
Interrupt controllers' hooks are executed in the atomic context, so they are not permitted to sleep (with RT kernels non-raw spinlocks are sleepable). So, pci_pic_lock has to be a real (non-sleepable) spinlock. Signed-off-by: Anton Vorontsov <redacted> --- arch/powerpc/platforms/82xx/pq2ads-pci-pic.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
applied to next - k