Page MenuHomeFreeBSD

Split CPU_CORTEXA into a Cortex-A8 option and one for CPUs with MP extensions
ClosedPublic

Authored by andrew on Oct 3 2016, 5:41 PM.
Tags
None
Referenced Files
F161226358: D8138.diff
Wed, Jul 1, 9:51 PM
Unknown Object (File)
Thu, Jun 18, 1:21 PM
Unknown Object (File)
May 18 2026, 6:10 PM
Unknown Object (File)
May 18 2026, 8:44 AM
Unknown Object (File)
May 17 2026, 5:52 PM
Unknown Object (File)
May 15 2026, 2:18 AM
Unknown Object (File)
May 2 2026, 7:40 AM
Unknown Object (File)
May 2 2026, 7:29 AM
Subscribers

Details

Summary

We conflate SMP and the ARM Multiprocessor Extension in the kernel. As a
first step to fix this splie the CPU_CORTEXA cpu into CPU_CORTEXA8
and CPU_CORTEXA_MP.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5419
Build 5621: arc lint + arc unit

Event Timeline

andrew retitled this revision from to Split CPU_CORTEXA into a Cortex-A8 option and one for CPUs with MP extensions.
andrew updated this object.
andrew edited the test plan for this revision. (Show Details)
andrew added a reviewer: ARM.
mmel added a reviewer: mmel.
mmel added a subscriber: mmel.

But anyway, CPU_foo can be completely removed from armv6 world, i think...

This revision is now accepted and ready to land.Oct 4 2016, 10:34 AM
This revision was automatically updated to reflect the committed changes.