
10 Dec
2018
10 Dec
'18
3:16 a.m.
On Wed, Dec 5, 2018 at 10:01 PM Simon Glass sjg@chromium.org wrote:
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
applied to u-boot-x86, thanks!