tools/power turbostat: call __cpuid() instead of __get_cpuid()
authorLen Brown <len.brown@intel.com>
Sun, 13 Mar 2016 07:14:35 +0000 (03:14 -0400)
committerLen Brown <len.brown@intel.com>
Sun, 13 Mar 2016 07:55:42 +0000 (03:55 -0400)
commit5aea2f7f645b27635b856311dee5b775d277c686
tree17c85a1628a19ea0491c250b5e221b57af798ad8
parentaa8d8cc79af16e16da04efff1c1a72b1ea4a9e7e
tools/power turbostat: call __cpuid() instead of __get_cpuid()

turbostat already checks whether calling each cpuid leavf is legal,
and it doesn't look at the function return value,
so call the simpler gcc intrinsic __cpuid() instead of __get_cpuid().

syntax only, no functional change

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