Revision 2ee27796f298b710992a677a7e4d35c8c588b17e authored by Hans de Goede on 30 December 2018, 17:27:15 UTC, committed by Ingo Molnar on 19 April 2019, 17:23:13 UTC
The "ENERGY_PERF_BIAS: Set to 'normal', was 'performance'" message triggers
on pretty much every Intel machine. The purpose of log messages with
a warning level is to notify the user of something which potentially is
a problem, or at least somewhat unexpected.

This message clearly does not match those criteria, so lower its log
priority from warning to info.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/20181230172715.17469-1-hdegoede@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent 1de7edb
History
File Mode Size
include-prefixes
libfdt
.gitignore -rw-r--r-- 4 bytes
Makefile -rw-r--r-- 923 bytes
Makefile.dtc -rw-r--r-- 423 bytes
checks.c -rw-r--r-- 48.9 KB
data.c -rw-r--r-- 5.2 KB
dt_to_config -rwxr-xr-x 40.9 KB
dtc-lexer.l -rw-r--r-- 6.9 KB
dtc-parser.y -rw-r--r-- 11.2 KB
dtc.c -rw-r--r-- 9.9 KB
dtc.h -rw-r--r-- 9.0 KB
dtx_diff -rwxr-xr-x 8.8 KB
fdtdump.c -rw-r--r-- 3.7 KB
fdtget.c -rw-r--r-- 8.6 KB
fdtput.c -rw-r--r-- 8.3 KB
flattree.c -rw-r--r-- 22.2 KB
fstree.c -rw-r--r-- 2.3 KB
livetree.c -rw-r--r-- 20.9 KB
srcpos.c -rw-r--r-- 9.3 KB
srcpos.h -rw-r--r-- 3.6 KB
treesource.c -rw-r--r-- 7.6 KB
update-dtc-source.sh -rwxr-xr-x 2.5 KB
util.c -rw-r--r-- 9.2 KB
util.h -rw-r--r-- 7.6 KB
version_gen.h -rw-r--r-- 42 bytes
yamltree.c -rw-r--r-- 7.0 KB

back to top