Skip to content
Commit 5aea2f7f authored by Len Brown's avatar Len Brown
Browse files

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: default avatarLen Brown <len.brown@intel.com>
parent aa8d8cc7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment