From 9e617097eecc4151648e8b7037949f52e8d9a33a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 28 Oct 2003 21:13:53 +0000 Subject: [PATCH] arch_thread_switch_kstack_and_call() is already defined in arch_asm.S. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5199 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/core/arch/ppc/arch_thread.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/kernel/core/arch/ppc/arch_thread.c b/src/kernel/core/arch/ppc/arch_thread.c index 08398fa9f5..f3a1f4366f 100755 --- a/src/kernel/core/arch/ppc/arch_thread.c +++ b/src/kernel/core/arch/ppc/arch_thread.c @@ -72,12 +72,6 @@ arch_thread_init_tls(struct thread *thread) } -void -arch_thread_switch_kstack_and_call(struct thread *t, addr new_kstack, void (*func)(void *), void *arg) -{ -} - - void arch_thread_context_switch(struct thread *t_from, struct thread *t_to) {