commit | c641010452a7f651cf77dc0d0f252ef25f1badf0 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Nov 29 19:57:21 2018 -0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Dec 10 10:14:30 2018 +0800 |
tree | 79377329cab2f77012b459c010af6a47af171951 | |
parent | da4cfa6b442809fc99a6b75255a99eee51a4e13b [diff] |
x86: Wrap calls to 8259 with CONFIG_I8259_PIC 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> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Hannes Schmelzer <oe5hpm@oevsv.at>