CPU [IRIX]: Removed note

Well, nevermind. Turns out I read the code the wrong way...
This commit is contained in:
Muhammad Herdiansyah 2017-05-22 22:16:37 +07:00
parent 7f17306080
commit 86b309aeef
1 changed files with 0 additions and 5 deletions

View File

@ -988,11 +988,6 @@ get_cpu() {
# Get CPU speed.
cpu="$(hinv -c processor | awk '/MHZ/ {printf $2}')"
# Note: This is an inaccurate way to count CPU speed.
# Most of them use MHZ, I'm yet to see if they have
# anything above 1 GHZ. So this will have to do as a
# place holder.
# Get CPU cores.
cores="$(sysconf NPROC_ONLN)"
;;