On 22 October 2015 at 19:39, Bin Meng <[email protected]> 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 <[email protected]> > --- > > 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 <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

