Re: [PATCH] fix the interrupt loss problem on powerpc IPIC(2.6.25-2.6.28)

2009-02-19 Thread Kumar Gala
On Feb 17, 2009, at 11:47 PM, > wrote: From: Da Yu Date: Wed, 18 Feb 2009 19:58:20 +0800 Subject: [PATCH] fix the interrupt loss problem on powerpc IPIC (2.6.25-2.6.28) Description: The interrupt pending register is write 1 clear. If there are more than one external interru

Re: [PATCH] fix the interrupt loss problem on powerpc IPIC(2.6.25-2.6.28)

2009-02-17 Thread dayu
renew description in the patch, with this change the 'temp' is still used to make code clear. ___ From: Da Yu Date: Wed, 18 Feb 2009 19:58:20 +0800 Subject: [PATCH] fix the interrupt loss problem on powerpc IPIC (2.6.25-2.6.28) Descri

Re: [PATCH] fix the interrupt loss problem on powerpc IPIC (2.6.25-2.6.28)

2009-02-17 Thread Olof Johansson
On Wed, Feb 18, 2009 at 10:16:07AM +0800, d...@datangmobile.cn wrote: > From: Da Yu > Date: Wed, 18 Feb 2009 19:58:20 +0800 > Subject: [PATCH] fix the interrupt loss problem on powerpc IPIC > (2.6.25-2.6.28) > > Signed-off-by: Da Yu Still no proper explanation in the patch

[PATCH] fix the interrupt loss problem on powerpc IPIC (2.6.25-2.6.28)

2009-02-17 Thread dayu
From: Da Yu Date: Wed, 18 Feb 2009 19:58:20 +0800 Subject: [PATCH] fix the interrupt loss problem on powerpc IPIC (2.6.25-2.6.28) Signed-off-by: Da Yu --- --- a/arch/powerpc/sysdev/ipic.c2009-02-18 09:47:04.0 +0800 +++ b/arch/powerpc/sysdev/ipic.c2009-02-18 09:46