Re: [PATCH 33/37] powerpc: spider-pic: get pic from chip_data instead of irq_map

2011-05-11 Thread Grant Likely
On Wed, May 11, 2011 at 7:30 AM, Milton Miller wrote: > Building on Grant's efforts to remove the irq_map array, this patch > moves spider-pics use of virq_to_host() to use irq_data_get_chip_data > and sets the irq chip data in the map call, like most other interrupt > controllers in powerpc. Loo

[PATCH 33/37] powerpc: spider-pic: get pic from chip_data instead of irq_map

2011-05-11 Thread Milton Miller
Building on Grant's efforts to remove the irq_map array, this patch moves spider-pics use of virq_to_host() to use irq_data_get_chip_data and sets the irq chip data in the map call, like most other interrupt controllers in powerpc. Signed-off-by: Milton Miller --- --- arch/powerpc/platforms/cell