kernel/process: Move name and system context to the bottom of the member list
These aren't directly important or commonly used within the process, so we can move these to the bottom to allow everything else to be more likely to be within a cache line.
Please register or sign in to comment