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
F105972995: D15611.diff
Mon, Dec 23, 7:24 AM
Unknown Object (File)
Oct 29 2024, 11:36 AM
Unknown Object (File)
Oct 17 2024, 6:19 PM
Unknown Object (File)
Oct 17 2024, 6:19 PM
Unknown Object (File)
Oct 17 2024, 6:19 PM
Unknown Object (File)
Oct 17 2024, 5:57 PM
Unknown Object (File)
Oct 3 2024, 5:53 PM
Unknown Object (File)
Oct 3 2024, 9:44 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 Not Applicable
Unit
Tests Not Applicable

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.