aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2025-04-27 14:07:33 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2025-04-27 14:07:33 +0000
commit13dd2bd5a88ec7efeadf8586778f2c5a26d8cd9e (patch)
tree9dcf8c9efeaa74f136a796531caee323aceaae37 /arch/x86_64/CMakeLists.txt
parent187eba4eca3ea46d8c26419168e525242338dae4 (diff)
downloadteachos-13dd2bd5a88ec7efeadf8586778f2c5a26d8cd9e.tar.xz
teachos-13dd2bd5a88ec7efeadf8586778f2c5a26d8cd9e.zip
Move not public methods into anonymous namespace
Diffstat (limited to 'arch/x86_64/CMakeLists.txt')
-rw-r--r--arch/x86_64/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/CMakeLists.txt b/arch/x86_64/CMakeLists.txt
index d5fb913..71b1946 100644
--- a/arch/x86_64/CMakeLists.txt
+++ b/arch/x86_64/CMakeLists.txt
@@ -105,7 +105,6 @@ target_sources("_context" PRIVATE
"src/context_switching/interrupt_descriptor_table/interrupt_descriptor_table.cpp"
"src/context_switching/interrupt_descriptor_table/ist_offset.cpp"
"src/context_switching/interrupt_descriptor_table/segment_selector.cpp"
- "src/context_switching/syscall_handler.cpp"
)
#[============================================================================[