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
F149205197: D8138.id21018.diff
Mon, Mar 23, 12:03 AM
F149181580: D8138.id21018.diff
Sun, Mar 22, 7:56 PM
Unknown Object (File)
Sat, Mar 21, 2:01 PM
Unknown Object (File)
Thu, Mar 19, 5:45 AM
Unknown Object (File)
Thu, Mar 19, 4:22 AM
Unknown Object (File)
Tue, Mar 17, 12:28 AM
Unknown Object (File)
Tue, Mar 17, 12:19 AM
Unknown Object (File)
Mon, Mar 16, 11:37 PM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.