powercap: intel_rapl: Optimize rp->domains memory allocation
authorxiongxin <xiongxin@kylinos.cn>
Fri, 7 Apr 2023 02:47:59 +0000 (10:47 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 1 Aug 2023 11:54:00 +0000 (13:54 +0200)
commit2fa00769b1e4bcf20cf0c967cb45f0cd1cea2b5c
tree24441b291087dcd60efc26eff5aff09278ea5dd2
parent3e767d6850f867cc33ac16ca097350a1d2417982
powercap: intel_rapl: Optimize rp->domains memory allocation

In the memory allocation of rp->domains in rapl_detect_domains(), there
is an additional memory of struct rapl_domain allocated, optimize the
code here to save sizeof(struct rapl_domain) bytes of memory.

Test in Intel NUC (i5-1135G7).

Signed-off-by: xiongxin <xiongxin@kylinos.cn>
Tested-by: xiongxin <xiongxin@kylinos.cn>
Reviewed-by: Srinivas Pandruvada<srinivas.pandruvada@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/powercap/intel_rapl_common.c