s390: convert to generic entry
[linux-2.6-microblaze.git] / arch / s390 / kernel / setup.c
index 1fbed91..c7feda8 100644 (file)
@@ -411,8 +411,7 @@ static void __init setup_lowcore_dat_off(void)
        memcpy(lc->alt_stfle_fac_list, S390_lowcore.alt_stfle_fac_list,
               sizeof(lc->alt_stfle_fac_list));
        nmi_alloc_boot_cpu(lc);
-       lc->sync_enter_timer = S390_lowcore.sync_enter_timer;
-       lc->async_enter_timer = S390_lowcore.async_enter_timer;
+       lc->sys_enter_timer = S390_lowcore.sys_enter_timer;
        lc->exit_timer = S390_lowcore.exit_timer;
        lc->user_timer = S390_lowcore.user_timer;
        lc->system_timer = S390_lowcore.system_timer;