Delete rtems_bsd_thread_chain

Rely on RTEMS object registration for threads.
This commit is contained in:
Sebastian Huber
2014-09-25 10:48:14 +02:00
parent ccbc70df3e
commit 6604dc893e
8 changed files with 69 additions and 98 deletions

View File

@@ -68,8 +68,6 @@ struct sleepqueue {
void *sq_wchan;
};
extern rtems_chain_control rtems_bsd_thread_chain;
struct thread *
rtems_bsd_get_thread(const Thread_Control *thread);