aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/src')
-rw-r--r--arch/x86_64/src/kernel/cpu/tr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/src/kernel/cpu/tr.cpp b/arch/x86_64/src/kernel/cpu/tr.cpp
index a28b9fc..ad38d09 100644
--- a/arch/x86_64/src/kernel/cpu/tr.cpp
+++ b/arch/x86_64/src/kernel/cpu/tr.cpp
@@ -9,7 +9,6 @@ namespace teachos::arch::kernel::cpu
return current_value;
}
- // TODO: Is this really correct?
auto load_task_register(uint16_t gdt_offset) -> void
{
asm volatile("ltr %[input]" : /* no output from call */ : [input] "m"(gdt_offset));