s390x: cleanup & re-enable some skey code

This commit is contained in:
Nguyen Anh Quynh
2021-12-31 10:05:05 +08:00
parent 1a0f0d0768
commit e55b76f057
3 changed files with 3 additions and 60 deletions

View File

@@ -219,13 +219,6 @@ void s390_enable_css_support(S390CPU *cpu)
{
}
#if 0
static void s390_cpu_reset_full(CPUState *dev)
{
return s390_cpu_reset(dev, S390_CPU_RESET_CLEAR);
}
#endif
static void s390_cpu_class_init(struct uc_struct *uc, CPUClass *oc)
{
S390CPUClass *scc = S390_CPU_CLASS(oc);