mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
Kernel: Implement lazy FPU state restore.
This commit is contained in:
parent
2279f5eaa6
commit
dfdca9d2a7
8 changed files with 50 additions and 9 deletions
|
@ -6,6 +6,7 @@ class Process;
|
|||
struct RegisterDump;
|
||||
|
||||
extern Process* current;
|
||||
extern Process* g_last_fpu_process;
|
||||
|
||||
class Scheduler {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue