Commit 254316fa authored by Hervé Poussineau's avatar Hervé Poussineau Committed by Paolo Bonzini
Browse files

intc: make HMP 'info irq' and 'info pic' commands available on all targets



Signed-off-by: default avatarHervé Poussineau <hpoussin@reactos.org>
Message-Id: <1474921408-24710-7-git-send-email-hpoussin@reactos.org>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 61b97833
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -172,8 +172,6 @@ STEXI
Show the command line history.
ETEXI

#if defined(TARGET_I386) || defined(TARGET_PPC) || defined(TARGET_MIPS) || \
    defined(TARGET_LM32) || (defined(TARGET_SPARC) && !defined(TARGET_SPARC64))
    {
        .name       = "irq",
        .args_type  = "",
@@ -192,10 +190,9 @@ ETEXI
        .name       = "pic",
        .args_type  = "",
        .params     = "",
        .help       = "show i8259 (PIC) state",
        .help       = "show PIC state",
        .cmd        = hmp_info_pic,
    },
#endif

STEXI
@item info pic