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

cpu: add support for arm64 cpuinfo fields #1010

Merged
merged 1 commit into from
Jun 7, 2017
Merged

Conversation

davide125
Copy link
Contributor

Signed-off-by: Davide Cavalca dcavalca@fb.com

Description

On arm64 the format of /proc/cpuinfo is different. This change adds basic support to expose features and bogomips, which are the most useful fields. Note that these fields are per-processor, while on S390 they're only set once, so we can't really reuse that logic.

Issues Resolved

None that I could find, though I can file one if needed

Check List

@tas50
Copy link
Contributor

tas50 commented Jun 7, 2017

Looks good to me, but you have a chefstyle warning.

Signed-off-by: Davide Cavalca <dcavalca@fb.com>
@tas50 tas50 merged commit 03a9cf3 into chef:master Jun 7, 2017
@chef chef locked and limited conversation to collaborators Nov 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants