You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrong count in some cases
`cat /proc/cpuinfo | grep processor`
```
processor : 0
model name : VIA Nano processor U2250 (1.6GHz Capable)
```
return 2 whereas it has to return 1
0 commit comments