Re: [U-Boot] [PATCH v3 3/8] dm: x86: Add a common PIRQ init function

2016-01-20 Thread Bin Meng
On Wed, Jan 20, 2016 at 12:32 PM, Simon Glass wrote: > Most x86 interrupt drivers will want to use the standard PIRQ routing and > table setup. Put this code in a common function so it can be used by those > drivers that want it. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > C

[U-Boot] [PATCH v3 3/8] dm: x86: Add a common PIRQ init function

2016-01-19 Thread Simon Glass
Most x86 interrupt drivers will want to use the standard PIRQ routing and table setup. Put this code in a common function so it can be used by those drivers that want it. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: None Changes in v2: None arch/x86/cpu/irq.c |