Page MenuHomeFreeBSD

First pass at a LINT for arm64.
ClosedPublic

Authored by imp on Aug 7 2019, 11:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 22 2023, 9:53 PM
Unknown Object (File)
Nov 30 2023, 7:02 AM
Unknown Object (File)
Nov 21 2023, 7:08 PM
Unknown Object (File)
Nov 7 2023, 4:48 PM
Unknown Object (File)
Nov 7 2023, 1:38 AM
Unknown Object (File)
Nov 6 2023, 7:13 PM
Unknown Object (File)
Nov 4 2023, 3:09 AM
Unknown Object (File)
Nov 1 2023, 3:31 PM

Details

Summary

Create a rough and ready NOTES file from GENERIC, remove the duplication from
sys/conf/NOTES and add relevant no* directives to make this compile.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25738
Build 24318: arc lint + arc unit

Event Timeline

Remove duplicate options -- make it suck a little less

jhb added inline comments.
sys/arm64/conf/NOTES
28

Shouldn't this be in sys/conf/NOTES?

sys/arm64/conf/NOTES
28

Hmmm. Good point.'

This revision is now accepted and ready to land.Aug 8 2019, 4:41 PM
sys/arm64/conf/NOTES
213–214

Should this be moved to the i386 & amd64 NOTES file if it's x86 specific?

sys/arm64/conf/NOTES
213–214

I suspect we can do that, though the way we will do it is to add a sys/x86/conf/NOTES and there are actually several things here that can then move. ppc's LINT also has several nodevice/nooptions and an x86 NOTES will help us remove several of those as well.

Fix after fixing compat_freebsd32 + compat_43 fixes

This revision now requires review to proceed.Aug 8 2019, 5:52 PM
sys/arm64/conf/NOTES
213–214

Yes, it can, but let's get this into the tree first.

This revision was not accepted when it landed; it landed in state Needs Review.Aug 8 2019, 5:55 PM
Closed by commit rS350766: First pass at a LINT for arm64. (authored by imp). · Explain Why
This revision was automatically updated to reflect the committed changes.
imp marked 3 inline comments as done.Aug 8 2019, 5:57 PM