PAT_WRITE_BACK is x86-only, whereas sys/dev/xen is shared amoung multiple
architectures.
Details
- Reviewers
royger - Commits
- rGa2c0e94ccfaf: xen: remove x86-ism from Xen common code
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 37231 Build 34120: arc lint + arc unit
Event Timeline
One of the ones I had to do as an add-on to getting the rest of the Xen-ARM64 series building. Unfortunately most of the rest of the series isn't standalone. Also, most of the rest needs formal permission from the original author (who I believe plans to give it, but I don't actually have formal approval).
Do you have a git repo I can pick this patch from? So that it has the proper Author field. Also in FreeBSD we tend to use the 'Sponsored by:' tag to credit the company that paid for the work (if any):
https://cgit.freebsd.org/src/commit/?id=0eaa97f0e8629bcf678ff4de2678e4cba00f1c91
Presently as the "main" branch: https://gitlab.com/ehem/freebsd-src.git
This particular one is solely my work, though it was inspired by the work of Julien Grall. I did have some hopes for a sponsorship, but with no news I'm presently assuming this is my project of forward-porting Julien Grall's patches.
The rest of the patch series to reach full operation aren't yet tested and not ready for prime time.