
5 Dec
2018
5 Dec
'18
3:01 p.m.
On Thu, 29 Nov 2018 at 20:52, 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 Tested-by: Hannes Schmelzer oe5hpm@oevsv.at
Changes in v2:
- use if() instead of #if
arch/x86/lib/interrupts.c | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org