commit | a21d38c846fce05ef55ab240f18fb19755bed16a | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Tue Mar 24 16:37:35 2015 -0400 |
committer | Len Brown <len.brown@intel.com> | Sat Apr 18 14:20:51 2015 -0400 |
tree | 994b93a6ba3b49cdd435c2058938f0d3ba6ad0c2 | |
parent | fcd17211bd807533f6d4be20b1a4644e9191bfe2 [diff] |
tools/power turbostat: modprobe msr, if needed Some distros (Ubuntu) ship the msr driver as a module. If turbosat is run as root on those systems, and discovers that there is no /dev/cpu/cpu0/msr, it will now "modprobe msr" for the user. If not root, the modprobe attempt will fail, and turbostat will exit as before: turbostat: no /dev/cpu/0/msr, Try "# modprobe msr" : No such file or directory Signed-off-by: Len Brown <len.brown@intel.com>