Skip to content

Avoid static mut thread locals

bjorn3 requested to merge bjorn3/kernel:no_static_mut_thread_local into master

Instead use UnsafeCell inside the thread locals.

Based on !227 (merged)

Merge request reports