summaryrefslogtreecommitdiff
path: root/Kernel/Arch/ThreadRegisters.h
AgeCommit message (Collapse)Author
2022-12-29Kernel: Move ThreadRegisters into arch-specific directoryTimon Kruiper
These are architecture-specific anyway, so they belong in the Arch directory. This commit also adds ThreadRegisters::set_initial_state to factor out the logic in Thread.cpp.