-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AtomicU64 on 32-bit architectures #1112
Comments
The plan is to use our own atomic implementations (same as C). It's a WIP |
For a quick fix you can change it to U32 or usize. |
@FlyGoat |
Patch: https://lore.kernel.org/linux-mips/[email protected]/
Then enable rust stuff in menuconfig and build kernel. Thanks |
As I mentioned earlier, this issue will be resolved after our atomic API which I'm currently working on. |
@fbq ok |
With my WIP MIPS patches, rust compile may fail at:
We should probably wire up atomic64.h C code for Rust side AtomicU64.
The text was updated successfully, but these errors were encountered: