Page MenuHomeFreeBSD

Remake support for SMP kernel on UP cpu
ClosedPublic

Authored by mmel on Jan 11 2017, 12:39 PM.
Tags
None
Referenced Files
F151080157: D9133.diff
Sun, Apr 5, 8:41 PM
Unknown Object (File)
Fri, Apr 3, 4:33 AM
Unknown Object (File)
Thu, Apr 2, 11:47 AM
Unknown Object (File)
Tue, Mar 31, 7:56 PM
Unknown Object (File)
Mon, Mar 23, 11:44 PM
Unknown Object (File)
Sun, Mar 22, 3:08 AM
Unknown Object (File)
Sat, Mar 21, 5:30 AM
Unknown Object (File)
Thu, Mar 19, 10:44 AM
Subscribers

Details

Summary
  • Use new option SMP_ON_UP instead of (mis)using specific CPU type. By this, any SMP kernel can be compiled with SMP_ON_UP support.
  • Enable runtime detection of CPU multiprocessor extensions only if SMP_ON_UP option is used. In other cases (pure SMP or UP), statically compile only required variant.
  • Don't leak multiprocessor instruction to UP kernel.
  • Correctly handle data cache write back to point of unification. DCCMVAU is supported on all armv7 cpus.
  • For SMP_ON_UP kernels, detect proper TTB flags on runtime.

Diff Detail

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

Event Timeline

mmel retitled this revision from to Remake support for SMP kernel on UP cpu.
mmel updated this object.
mmel edited the test plan for this revision. (Show Details)
mmel added a reviewer: andrew.
mmel set the repository for this revision to rS FreeBSD src repository - subversion.
This revision was automatically updated to reflect the committed changes.