Re: [PATCH 17/32] x86: Show the interrupt pointer with 'irqinfo'

2020-10-16 Thread Bin Meng
On Mon, Sep 28, 2020 at 12:26 PM Simon Glass wrote: > > It is useful for this command to show the address of the interrupt table. > Add support for this. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/i386/interrupt.c| 14 +++--- > arch/x86/include/asm/interrupt.h | 17 +++

[PATCH 17/32] x86: Show the interrupt pointer with 'irqinfo'

2020-09-27 Thread Simon Glass
It is useful for this command to show the address of the interrupt table. Add support for this. Signed-off-by: Simon Glass --- arch/x86/cpu/i386/interrupt.c| 14 +++--- arch/x86/include/asm/interrupt.h | 17 + arch/x86/lib/interrupts.c| 3 +++ 3 files change