[U-Boot] [PATCH 1/8] x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQS

Simon Glass sjg at chromium.org
Fri Oct 23 03:47:32 CEST 2015


On 22 October 2015 at 19:39, Bin Meng <bmeng.cn at gmail.com> wrote:
> CONFIG_SYS_NUM_IRQS is actually not something we can configure,
> but an architecture defined number of ISA IRQs. Move it from
> x86-common.h to asm/interrupt.h and rename it to SYS_NUM_IRQS.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  arch/x86/include/asm/interrupt.h |  2 ++
>  arch/x86/lib/interrupts.c        | 10 +++++-----
>  arch/x86/lib/pcat_interrupts.c   | 10 +++-------
>  include/configs/x86-common.h     |  1 -
>  4 files changed, 10 insertions(+), 13 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list