Removed unused <arch>_switch_stack_and_call() and

arch_thread_switch_kstack_and_call().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34971 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-01-09 15:09:02 +00:00
parent 29aa1bebef
commit 924a3e5f9b
11 changed files with 20 additions and 103 deletions
-2
View File
@@ -26,8 +26,6 @@ status_t arch_thread_init_kthread_stack(struct thread *t,
void arch_thread_dump_info(void *info);
status_t arch_thread_enter_userspace(struct thread *t, addr_t entry,
void *args1, void *args2);
void arch_thread_switch_kstack_and_call(struct thread *t, addr_t new_kstack,
void (*func)(void *), void *arg);
bool arch_on_signal_stack(struct thread *thread);
status_t arch_setup_signal_frame(struct thread *t, struct sigaction *sa,