Disable alternative routing tables

This commit is contained in:
Sebastian Huber
2013-10-10 14:45:09 +02:00
parent 3842b81723
commit 549488b572
10 changed files with 35 additions and 2 deletions

View File

@@ -136,6 +136,8 @@ void rtems_bsd_assert_func(const char *file, int line, const char *func, const c
#define BSD_MAXIMUM_SLEEP_QUEUES 32
#define BSD_DEFAULT_FIB 0
extern rtems_chain_control rtems_bsd_lock_chain;
extern rtems_chain_control rtems_bsd_mtx_chain;

View File

@@ -217,7 +217,6 @@ rtems_bsd_threads_init(void *arg __unused)
FIXME_proc.p_ucred = crhold(&FIXME_ucred);
FIXME_proc.p_pid = getpid();
FIXME_proc.p_fibnum = 0;
}
SYSINIT(rtems_bsd_threads, SI_SUB_INTRINSIC, SI_ORDER_ANY, rtems_bsd_threads_init, NULL);