Page MenuHomeFreeBSD

Refactoring: move out generic bits from cloudabi64_sysvec.c.
ClosedPublic

Authored by ed on Oct 22 2015, 8:45 AM.
Tags
None
Referenced Files
F136971703: D3974.id.diff
Thu, Nov 20, 9:17 PM
F136971382: D3974.id9602.diff
Thu, Nov 20, 9:16 PM
F136971224: D3974.id9603.diff
Thu, Nov 20, 9:15 PM
F136969281: D3974.diff
Thu, Nov 20, 9:06 PM
Unknown Object (File)
Wed, Nov 19, 1:17 PM
Unknown Object (File)
Mon, Nov 3, 9:44 PM
Unknown Object (File)
Sun, Oct 26, 11:10 AM
Unknown Object (File)
Sun, Oct 26, 11:10 AM
Subscribers

Details

Summary

In order to make it easier to support CloudABI on ARM64, move out all of
the bits from the AMD64 cloudabi_sysvec.c into a new file
cloudabi_module.c that would otherwise remain identical. This reduces
the AMD64 specific code to just ~160 lines.

Test Plan

The cloudlibc unit tests still pass.

Diff Detail

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

Event Timeline

ed retitled this revision from to Refactoring: move out generic bits from cloudabi64_sysvec.c..
ed updated this object.
ed edited the test plan for this revision. (Show Details)
ed added reviewers: andrew, kib.
kib edited edge metadata.
This revision is now accepted and ready to land.Oct 22 2015, 9:05 AM
This revision was automatically updated to reflect the committed changes.