Page MenuHomeFreeBSD

powerpc: remove nexus_get_cpus()
ClosedPublic

Authored by mhorne on Feb 10 2023, 5:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 8, 10:08 AM
Unknown Object (File)
Sun, Sep 6, 2:27 PM
Unknown Object (File)
Sun, Sep 6, 6:53 AM
Unknown Object (File)
Sun, Sep 6, 6:02 AM
Unknown Object (File)
Sun, Sep 6, 3:03 AM
Unknown Object (File)
Sun, Sep 6, 1:16 AM
Unknown Object (File)
Sat, Sep 5, 2:43 AM
Unknown Object (File)
Thu, Sep 3, 5:50 AM
Subscribers
None

Details

Summary

It is identical in functionality to root_get_cpus().

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 49670
Build 46560: arc lint + arc unit

Event Timeline

mhorne created this revision.
sys/powerpc/powerpc/nexus.c
222

This one does return all_cpus so is a duplicate.

sys/x86/x86/nexus.c
709

root_get_cpus returns all_cpus here, not intr_cpus. The difference is that intr_cpus doesn't include SMT threads.

sys/x86/x86/nexus.c
709

Oh indeed, I read that a bit too fast.

mhorne retitled this revision from nexus: remove nexus_get_cpus() to powerpc: remove nexus_get_cpus().Feb 13 2023, 5:39 PM
mhorne edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Feb 15 2023, 2:24 PM
This revision was automatically updated to reflect the committed changes.