On Mon, Sep 28, 2020 at 12:26 PM Simon Glass <s...@chromium.org> wrote: > > It is useful for this command to show the address of the interrupt table. > Add support for this. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > arch/x86/cpu/i386/interrupt.c | 14 +++++++------- > arch/x86/include/asm/interrupt.h | 17 +++++++++++++++++ > arch/x86/lib/interrupts.c | 3 +++ > 3 files changed, 27 insertions(+), 7 deletions(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>