x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQS
authorBin Meng <bmeng.cn@gmail.com>
Fri, 23 Oct 2015 02:13:26 +0000 (19:13 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 13 Nov 2015 14:46:16 +0000 (06:46 -0800)
commit6c5052716e252d8ccbf161042b5a167fb1090030
treea7d378d26174a990257f3a65d1af0408d7b7bb09
parent9ac4fc82071ce346e3885118242ff45d22f69b82
x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQS

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@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/interrupt.h
arch/x86/lib/interrupts.c
arch/x86/lib/pcat_interrupts.c
include/configs/x86-common.h