
27 Nov
2018
27 Nov
'18
2:32 a.m.
Hi Simon,
On Tue, Nov 27, 2018 at 9:02 AM Simon Glass sjg@chromium.org wrote:
Hi Bin,
On Mon, 19 Nov 2018 at 03:44, Bin Meng bmeng.cn@gmail.com 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 bmeng.cn@gmail.com
arch/x86/lib/interrupts.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)
Is it possible to use if() instead of #if ?
Yes, I think so.
Regards, Bin