mirror of
https://github.com/redox-os/kernel.git
synced 2026-09-09 00:07:34 +08:00
Multi-core is slightly broken when using the latest version of spin (0.9.2). I believe this is because Once used to do SeqCst loads/stores everywhere, which might have made any possible data race much harder to come by.