x86: Show the interrupt pointer with 'irqinfo'
authorSimon Glass <sjg@chromium.org>
Wed, 4 Nov 2020 16:57:28 +0000 (09:57 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 6 Nov 2020 01:51:29 +0000 (09:51 +0800)
commita0ed800376b0db57428f9bf6401db36789ff1aa6
tree293f5f54b352f72ec856d4bb328602a3c0fa9dd3
parent8bcfb7917a61ef8230d85b6efc5a272fd20637ff
x86: Show the interrupt pointer with 'irqinfo'

It is useful for this command to show the address of the interrupt table.
Add support for this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/i386/interrupt.c
arch/x86/include/asm/interrupt.h
arch/x86/lib/interrupts.c