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

Simon Glass sjg at chromium.org
Wed Dec 5 14:01:18 UTC 2018


On Thu, 29 Nov 2018 at 20:52, Bin Meng <bmeng.cn at 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 at gmail.com>
> Tested-by: Hannes Schmelzer <oe5hpm at 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 at chromium.org>


More information about the U-Boot mailing list