Skip to content
Commit 30c40469 authored by dayu@datangmobile.cn's avatar dayu@datangmobile.cn Committed by Kumar Gala
Browse files

powerpc/83xx: Fix the interrupt loss problem on ipic



The interrupt pending register is write 1 clear.  If there are more than
one external interrupts pending at the same time, acking the first
interrupt by reading pending register then OR the corresponding bit and
write back to pending register will also clear other interrupt pending
bits.  That will cause loss of interrupt.

Signed-off-by: default avatarDa Yu <dayu@datangmobile.cn>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 1ab082d7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment