summaryrefslogtreecommitdiff
path: root/Kernel/i8253.cpp
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2018-11-07 21:38:18 +0100
committerAndreas Kling <awesomekling@gmail.com>2018-11-07 21:38:18 +0100
commit6304c771dd685549bfcd6fe78f29d77876df8a6c (patch)
tree8e82409e0c0d25d4e1f3a11b0580fa7f65495454 /Kernel/i8253.cpp
parent03a8357e84a9a7c478d787c4705dddf70dc99f7d (diff)
downloadserenity-6304c771dd685549bfcd6fe78f29d77876df8a6c.zip
Some refactor and style tweaks.
Diffstat (limited to 'Kernel/i8253.cpp')
-rw-r--r--Kernel/i8253.cpp2
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(