]> git.proxmox.com Git - mirror_ubuntu-eoan-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)
commiteb876fbc248e6eb4773a5bc80d205ff7262b1bb5
treed7c4b3df872db0705b5b7f9e784eb31631154d89
parentb0529b9cafacfd054837ea6b8c4ef7b402716744
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