Skip to content

Commit

Permalink
intc: make HMP 'info irq' and 'info pic' commands available on all ta…
Browse files Browse the repository at this point in the history
…rgets

Signed-off-by: Hervé Poussineau <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
hpoussin authored and bonzini committed Oct 4, 2016
1 parent 61b9783 commit 254316f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hmp-commands-info.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "",
Expand All @@ -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
Expand Down

0 comments on commit 254316f

Please sign in to comment.