[S390] add hook to reenable mss after hibernation
[deliverable/linux.git] / drivers / s390 / cio / css.c
index 19635d47dede2851e4e2a06b609a057ccde49f9b..511649115bd7e0163d3283db97161ab179e8dbf4 100644 (file)
@@ -1043,6 +1043,11 @@ static int __init channel_subsystem_init_sync(void)
 }
 subsys_initcall_sync(channel_subsystem_init_sync);
 
+void channel_subsystem_reinit(void)
+{
+       chsc_enable_facility(CHSC_SDA_OC_MSS);
+}
+
 #ifdef CONFIG_PROC_FS
 static ssize_t cio_settle_write(struct file *file, const char __user *buf,
                                size_t count, loff_t *ppos)
This page took 0.02614 seconds and 5 git commands to generate.