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

Add initial support for powerpc64le initialization. #267

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

BODAPATIMAHESH
Copy link

* Adds header definitions for PPC64le
* Adds support to construct the processor, core, cluster, package and cache(L1i,L1d,L2 and L3) information reported by the system.

Test: Build and ran cpu_info on PPC64le linux machine. confirmed
      that it properly reports the logical processors, cores, clusters,
      packages and cache information.

    * Adds header definitions for PPC64le
    * Adds support to construct the processor, core, cluster, package
      and cache(L1i,L1d,L2 and L3) information reported by the system.

    Test: Build and ran cpu_info on PPC64le linux machine. confirmed
          that it properly reports the logical processors, cores, clusters,
          packages and cache information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants