diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-03-24 17:39:33 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-03-27 07:02:35 +0100 |
| commit | 3888a111be2e6b2a53b10752de36d58f18fc8874 (patch) | |
| tree | 035cc0389fc4116699ee1a6bb6846bf5266a5049 /arch/x86_64/pre/src/kernel/cpu/call.cpp | |
| parent | cb60cdebdc36dd2358fe1ce06eec197e213af491 (diff) | |
| download | kernel-3888a111be2e6b2a53b10752de36d58f18fc8874.tar.xz kernel-3888a111be2e6b2a53b10752de36d58f18fc8874.zip | |
x86_64: remove stale source code
Diffstat (limited to 'arch/x86_64/pre/src/kernel/cpu/call.cpp')
| -rw-r--r-- | arch/x86_64/pre/src/kernel/cpu/call.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86_64/pre/src/kernel/cpu/call.cpp b/arch/x86_64/pre/src/kernel/cpu/call.cpp deleted file mode 100644 index 98fa248..0000000 --- a/arch/x86_64/pre/src/kernel/cpu/call.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include "arch/kernel/cpu/call.hpp" - -namespace teachos::arch::kernel::cpu -{ - auto call(far_pointer pointer) -> void - { - asm volatile("rex64 lcall *%[input]" : /* no output from call */ : [input] "m"(pointer)); - } -} // namespace teachos::arch::kernel::cpu |
