commit | 5aea2f7f645b27635b856311dee5b775d277c686 | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Sun Mar 13 03:14:35 2016 -0400 |
committer | Len Brown <len.brown@intel.com> | Sun Mar 13 03:55:42 2016 -0400 |
tree | 17c85a1628a19ea0491c250b5e221b57af798ad8 | |
parent | aa8d8cc79af16e16da04efff1c1a72b1ea4a9e7e [diff] |
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>