diff options
| author | Ada Christine <adachristine18@gmail.com> | 2026-05-22 17:47:03 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2026-05-22 17:47:03 +0000 |
| commit | 3bbd1849d38ed66afd1ba8abb59ac6cdb12138d6 (patch) | |
| tree | 805d58790fb1f5962190c1b6328fbbf592090b49 /kc/core/arch_thread.c | |
| parent | 1da7411533622bd5c89034fc961bd510b132ea26 (diff) | |
cleanup, second thread for testing differential sleeps
Diffstat (limited to 'kc/core/arch_thread.c')
| -rw-r--r-- | kc/core/arch_thread.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); } |
