From 3bbd1849d38ed66afd1ba8abb59ac6cdb12138d6 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Fri, 22 May 2026 17:47:03 +0000 Subject: cleanup, second thread for testing differential sleeps --- kc/core/arch_thread.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'kc/core/arch_thread.c') diff --git a/kc/core/arch_thread.c b/kc/core/arch_thread.c index 19e8908..180923d 100644 --- a/kc/core/arch_thread.c +++ b/kc/core/arch_thread.c @@ -62,8 +62,6 @@ void arch_swap_thread( struct kc_thread *outgoing, struct kc_thread *incoming) { - kprintf("swapping thread...\n"); - kprintf("stack pointer %p\n", incoming->kernel_stack_pointer); arch_swap_thread_stack(&outgoing->kernel_stack_pointer, incoming->kernel_stack_pointer); } -- cgit v1.3.1-1-g115d