]> git.baikalelectronics.ru Git - kernel.git/commit
perf/x86/intel/rapl: Cosmetic rename internal variables in response to multi-die...
authorKan Liang <kan.liang@linux.intel.com>
Mon, 13 May 2019 17:59:03 +0000 (13:59 -0400)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 23 May 2019 08:08:37 +0000 (10:08 +0200)
commit91c86105fe96a81377c9e687ca6cbd6bbbffac03
treed7c4b3df872db0705b5b7f9e784eb31631154d89
parent882cdbd55ef4a5a7710a5bb0ffdb046b5ce9ee69
perf/x86/intel/rapl: Cosmetic rename internal variables in response to multi-die/pkg support

Syntax update only -- no logical or functional change.

In response to the new multi-die/package changes, update variable names to
use "die" terminology, instead of "pkg".

For previous platforms which doesn't have multi-die, "die" is identical as
"pkg".

Signed-off-by: Kan Liang <kan.liang@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/0ddb97e121397d37933233da303556141814fa47.1557769318.git.len.brown@intel.com
arch/x86/events/intel/rapl.c