Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390/sclp: reword cpu capability change message

Change wording for the cpu capabiity changed message:
If such an event occurs it only means that a cpu capability *may* have
changed. A cpu capability change event may also occur for other reasons.

Also change the severity of the message from warning to informational.

If such an event happens user space should into /proc/sysinfo and verify
if some capability values changed, if that is of interest.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Heiko Carstens and committed by
Martin Schwidefsky
363fd4c1 d56c893d

+1 -1
+1 -1
drivers/s390/char/sclp_config.c
··· 32 32 struct device *dev; 33 33 34 34 s390_adjust_jiffies(); 35 - pr_warning("cpu capability changed.\n"); 35 + pr_info("CPU capability may have changed\n"); 36 36 get_online_cpus(); 37 37 for_each_online_cpu(cpu) { 38 38 dev = get_cpu_device(cpu);