Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux: read CPU model information on ppc #3232

Merged
merged 1 commit into from
Jul 7, 2021
Merged

Conversation

richardlau
Copy link
Contributor

Fixes: #3217

@richardlau
Copy link
Contributor Author

@richardlau
Copy link
Contributor Author

From the CI:
https://ci.nodejs.org/job/libuv-test-commit-linux/2246/nodes=centos7-ppcle/console

# uv_cpu_info:
#   model: POWER8 (architected), altivec supported
#   speed: 3425
#   times.sys: 180446900
#   times.user: 2463605550
#   times.idle: 22137774290
#   times.irq: 0
#   times.nice: 22230
#   model: POWER8 (architected), altivec supported
#   speed: 3425
#   times.sys: 182375160
#   times.user: 2503309330
#   times.idle: 22447230670
#   times.irq: 0
#   times.nice: 12110
...

@vtjnash vtjnash merged commit b12699b into libuv:v1.x Jul 7, 2021
@richardlau richardlau deleted the read_models branch July 7, 2021 20:20
JeffroMF pushed a commit to JeffroMF/libuv that referenced this pull request May 16, 2022
Fixes: libuv#3217
PR-URL: libuv#3232
Reviewed-By: Jameson Nash <vtjnash@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

uv_cpu_info() reports model:unknown and speed:0 on PowerPC ppc64le
2 participants