Re: [PATCH] powerpc/cpm2 Fix set interrupt type

2009-01-27 Thread paulfax
Kumar Gala wrote: > > On Jan 27, 2009, at 12:14 PM, Anton Vorontsov wrote: > >> On Tue, Jan 27, 2009 at 08:31:16AM -0600, Kumar Gala wrote: >>> >>> On Jan 27, 2009, at 2:44 AM, paulfax wrote: >>> >>>> This is a simple change to correct pr

[PATCH] powerpc/cpm2 Fix set interrupt type

2009-01-27 Thread paulfax
This is a simple change to correct problems when using set_irq_type on platforms using CPM2. This code correct the problem on most platform but still fails on 8272 derived platforms for some interrupts. On 8272 PC2 & 3 are missing and PC 23 & 29 are added, which this patch does not address. Sig