tools/power turbostat: delete GET_PKG()
authorLen Brown <len.brown@intel.com>
Tue, 22 Jul 2025 04:17:04 +0000 (00:17 -0400)
committerLen Brown <len.brown@intel.com>
Sun, 10 Aug 2025 01:24:46 +0000 (21:24 -0400)
commita5015d945de6003cf813af2bb11189982f5b3d54
treee34958072840461511a532fc261bc2f317ef0af2
parent5f961fb2a7d8f4d89d64a9e2cd584738de5f9c58
tools/power turbostat: delete GET_PKG()

pkg_base[pkg_id] is a simple array of structure pointers,
let the compiler treat it that way.

Signed-off-by: Len Brown <len.brown@intel.com>
tools/power/x86/turbostat/turbostat.c