From 52c91545412e71a9fe08655947fff1b619003db6 Mon Sep 17 00:00:00 2001 From: David Hildenbrand Date: Fri, 18 Aug 2017 13:43:47 +0200 Subject: target/s390x: move s390_do_cpu_reset() to diag.c Only used in that file. Also drop the comment, not really needed. Reviewed-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Signed-off-by: David Hildenbrand Message-Id: <20170818114353.13455-13-david@redhat.com> Signed-off-by: Cornelia Huck --- target/s390x/diag.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/s390x/diag.c') diff --git a/target/s390x/diag.c b/target/s390x/diag.c index 10ac845bcd..1847cdb0ca 100644 --- a/target/s390x/diag.c +++ b/target/s390x/diag.c @@ -39,6 +39,13 @@ static int modified_clear_reset(S390CPU *cpu) return 0; } +static inline void s390_do_cpu_reset(CPUState *cs, run_on_cpu_data arg) +{ + S390CPUClass *scc = S390_CPU_GET_CLASS(cs); + + scc->cpu_reset(cs); +} + static int load_normal_reset(S390CPU *cpu) { S390CPUClass *scc = S390_CPU_GET_CLASS(cpu); -- cgit v1.2.3-55-g7522