6 #define KMSG_COMPONENT "sclp_config"
7 #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
10 #include <linux/errno.h>
12 #include <linux/device.h>
23 #define EV_QUAL_CPU_CHANGE 1
24 #define EV_QUAL_CAP_CHANGE 3
67 .receiver_fn = sclp_conf_receiver_fn,
70 static int __init sclp_conf_init(
void)
72 INIT_WORK(&sclp_cpu_capability_work, sclp_cpu_capability_notify);
73 INIT_WORK(&sclp_cpu_change_work, sclp_cpu_change_notify);