Re: [U-Boot] [PATCH 1/2] x86: Wrap calls to 8259 with CONFIG_I8259_PIC

2018-11-26 Thread Bin Meng
Hi Simon, On Tue, Nov 27, 2018 at 9:02 AM Simon Glass wrote: > > Hi Bin, > > On Mon, 19 Nov 2018 at 03:44, Bin Meng wrote: > > > > mask_irq(), unmask_irq() and specific_eoi() are provided by the > > i8259 PIC driver and should be wrapped with CONFIG_I8259_PIC. > > > > Signed-off-by: Bin Meng >

Re: [U-Boot] [PATCH 1/2] x86: Wrap calls to 8259 with CONFIG_I8259_PIC

2018-11-26 Thread Simon Glass
Hi Bin, On Mon, 19 Nov 2018 at 03:44, Bin Meng wrote: > > mask_irq(), unmask_irq() and specific_eoi() are provided by the > i8259 PIC driver and should be wrapped with CONFIG_I8259_PIC. > > Signed-off-by: Bin Meng > --- > > arch/x86/lib/interrupts.c | 9 - > 1 file changed, 8

Re: [U-Boot] [PATCH 1/2] x86: Wrap calls to 8259 with CONFIG_I8259_PIC

2018-11-19 Thread Hannes Schmelzer
On 11/19/18 11:49 AM, Bin Meng wrote: mask_irq(), unmask_irq() and specific_eoi() are provided by the i8259 PIC driver and should be wrapped with CONFIG_I8259_PIC. Signed-off-by: Bin Meng --- arch/x86/lib/interrupts.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff