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
This commit is contained in:
Axel Dörfler
2003-10-28 21:13:53 +00:00
parent d31fdd0e3c
commit 9e617097ee
-6
View File
@@ -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)
{