mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-23 13:48:40 +00:00
Rather than make a global accessor for this sort of thing. We can make it a part of the thread interface itself. This allows getting rid of a hidden global accessor in the kernel code.