Page MenuHomeFreeBSD

Avoid trying to build cxgbe module on MIPS
ClosedPublic

Authored by emaste on May 19 2015, 3:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 22 2024, 1:47 PM
Unknown Object (File)
Jan 23 2024, 4:13 PM
Unknown Object (File)
Jan 9 2024, 10:57 AM
Unknown Object (File)
Dec 23 2023, 10:15 AM
Unknown Object (File)
Dec 23 2023, 8:41 AM
Unknown Object (File)
Dec 20 2023, 3:03 AM
Unknown Object (File)
Dec 2 2023, 11:33 AM
Unknown Object (File)
Oct 5 2023, 8:23 AM

Details

Summary

Fails due to lack of atomic_cmpset_64 and atomic_cmpset_rel_64.

Diff Detail

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

Event Timeline

emaste retitled this revision from to Avoid trying to build cxbge module on MIPS.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: np, imp.
emaste added a subscriber: Unknown Object (MLST).
imp edited edge metadata.

Stuff like this reminds me I gotta clean this file up. It is an absolute mess.

This revision is now accepted and ready to land.May 19 2015, 3:57 PM
emaste edited edge metadata.

In discussion with @np, we still want to build cxgbe on 64-bit MIPS.

This revision now requires review to proceed.May 19 2015, 4:50 PM

mipsn32 is a 64-bit ABI too... It has the required function since we have 64-bit atomics...

I suggest losing the (n32)? part of the expression. As for testing it out, well the n32
kernels are a bit of a dog's breakfast at the moment, so who knows...

emaste retitled this revision from Avoid trying to build cxbge module on MIPS to Avoid trying to build cxgbe module on MIPS.
emaste edited edge metadata.

Don't skip for n32

This revision was automatically updated to reflect the committed changes.