
23 Oct
2015
23 Oct
'15
3:47 a.m.
On 22 October 2015 at 19:39, Bin Meng bmeng.cn@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@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@chromium.org