diff options
Diffstat (limited to 'target/s390x/cpu.c')
-rw-r--r-- | target/s390x/cpu.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target/s390x/cpu.c b/target/s390x/cpu.c index a21d5519c1..92f6707bcb 100644 --- a/target/s390x/cpu.c +++ b/target/s390x/cpu.c @@ -400,14 +400,6 @@ void s390_cmma_reset(void) } } -int s390_cpu_restart(S390CPU *cpu) -{ - if (kvm_enabled()) { - return kvm_s390_cpu_restart(cpu); - } - return -ENOSYS; -} - int s390_get_memslot_count(void) { if (kvm_enabled()) { |