Page MenuHomeFreeBSD

Remove mlx5(4) from LINT kernel config for 32-bit PPC
ClosedPublic

Authored by rpokala on May 29 2018, 9:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 28, 12:23 PM
Unknown Object (File)
Feb 16 2024, 5:46 PM
Unknown Object (File)
Dec 22 2023, 10:11 PM
Unknown Object (File)
Dec 12 2023, 6:06 PM
Unknown Object (File)
Nov 4 2023, 9:15 AM
Unknown Object (File)
Sep 12 2023, 8:02 AM
Unknown Object (File)
Sep 6 2023, 5:22 AM
Unknown Object (File)
Sep 1 2023, 8:41 AM

Details

Summary

mlx5(4) requires 64-bit atomics, which are not supported on 32-bit PPC; exclude that driver from the LINT kernel config.

(Diff provided by @hselasky, but I re-worded the comment.)

Test Plan

make TARGET=powerpc TARGET_ARCH=powerpc buildkernel KERNCONF=LINT

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 16904
Build 16781: arc lint + arc unit

Event Timeline

rpokala retitled this revision from mlx5(4) requires 64-bit atomics, which are not supported on 32-bit PPC exclude that driver from the LINT kernel config. to Remove mlx5(4) from LINT kernel config for 32-bit PPC.May 29 2018, 10:15 PM
rpokala edited the summary of this revision. (Show Details)
rpokala added subscribers: hselasky, jhibbits.
This revision is now accepted and ready to land.May 30 2018, 2:23 AM
This revision was automatically updated to reflect the committed changes.