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

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Message-Id: <1474921408-24710-7-git-send-email-hpoussin@reactos.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Hervé Poussineau 2016-09-26 22:23:28 +02:00 committed by Paolo Bonzini
parent 61b97833b3
commit 254316fa1f
1 changed files with 1 additions and 4 deletions

View File

@ -172,8 +172,6 @@ STEXI
Show the command line history. Show the command line history.
ETEXI ETEXI
#if defined(TARGET_I386) || defined(TARGET_PPC) || defined(TARGET_MIPS) || \
defined(TARGET_LM32) || (defined(TARGET_SPARC) && !defined(TARGET_SPARC64))
{ {
.name = "irq", .name = "irq",
.args_type = "", .args_type = "",
@ -192,10 +190,9 @@ ETEXI
.name = "pic", .name = "pic",
.args_type = "", .args_type = "",
.params = "", .params = "",
.help = "show i8259 (PIC) state", .help = "show PIC state",
.cmd = hmp_info_pic, .cmd = hmp_info_pic,
}, },
#endif
STEXI STEXI
@item info pic @item info pic