Commit 86b309ae authored by Muhammad Herdiansyah's avatar Muhammad Herdiansyah

CPU [IRIX]: Removed note

Well, nevermind. Turns out I read the code the wrong way...
parent 7f173060
......@@ -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)"
;;
......
Markdown is supported
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