CPU [IRIX]: Removed note
Well, nevermind. Turns out I read the code the wrong way...
This commit is contained in:
parent
7f17306080
commit
86b309aeef
5
neofetch
5
neofetch
|
@ -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)"
|
||||
;;
|
||||
|
|
Reference in New Issue