]> git.baikalelectronics.ru Git - kernel.git/commit
powercap / RAPL: change domain detection message
authorJacob Pan <jacob.jun.pan@linux.intel.com>
Tue, 2 Sep 2014 09:55:21 +0000 (02:55 -0700)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 2 Sep 2014 23:29:00 +0000 (01:29 +0200)
commitc6584816a1abd563293c1d18eb50f516f67dfd00
tree5ef328e352ccca477cc171957106c860c65d12d1
parent7ee5830c323f6b8358c576754c698f5bc59ab50f
powercap / RAPL: change domain detection message

Many CPUs do not support complete set of RAPL domains, as a
result this detection failed message is very misleading and
can be annoying.

 [    5.082632] intel_rapl: RAPL domain core detection failed
 [    5.088370] intel_rapl: RAPL domain uncore detection failed

So lower the warning message to info and only print out the RAPL
domains that are supported.

Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/powercap/intel_rapl.c