Merge pull request #773 from konimex/cpu

CPU: Various CPU changes
This commit is contained in:
Muhammad Herdiansyah
2017-07-14 14:18:27 +07:00
4 changed files with 37 additions and 46 deletions

View File

@@ -19,8 +19,10 @@
**CPU**
- [Linux] Fixed inaccurate output on ARM SoC devices.
- [Linux] Fixed CPU speed not appearing on PowerPC systems.
- [NetBSD] Added support for CPU temperature. (NOTE: This only supports newer Intel processors)
- Fixed inaccurate speed output in systems with CPU speed less than 1 GHz.
- Deprecated `cpu_shorthand` in favor of `cpu_brand`.
**Uptime**