diff options
author | Andreas Kling <awesomekling@gmail.com> | 2018-11-07 21:38:18 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2018-11-07 21:38:18 +0100 |
commit | 6304c771dd685549bfcd6fe78f29d77876df8a6c (patch) | |
tree | 8e82409e0c0d25d4e1f3a11b0580fa7f65495454 /Kernel/i8253.cpp | |
parent | 03a8357e84a9a7c478d787c4705dddf70dc99f7d (diff) | |
download | serenity-6304c771dd685549bfcd6fe78f29d77876df8a6c.zip |
Some refactor and style tweaks.
Diffstat (limited to 'Kernel/i8253.cpp')
-rw-r--r-- | Kernel/i8253.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/i8253.cpp b/Kernel/i8253.cpp index 0ab08f6527..e1b1f60860 100644 --- a/Kernel/i8253.cpp +++ b/Kernel/i8253.cpp @@ -105,7 +105,7 @@ void clock_handle() if (!scheduleNewProcess()) return; - Process::prepForIRETToNewProcess(); + Process::prepare_for_iret_to_new_process(); // Set the NT (nested task) flag. asm( |