summaryrefslogtreecommitdiffstats
path: root/testsuite/include/rtems/bsd/test/default-init.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-06-30 11:42:49 +1000
committerChris Johns <chrisj@rtems.org>2016-06-30 11:42:49 +1000
commitf01b1f7209230dc47b1edc315e78a608062aad16 (patch)
treef524e9128970d32d900b850953a655aee7d6b059 /testsuite/include/rtems/bsd/test/default-init.h
parentFix wording and spelling. (diff)
downloadrtems-libbsd-f01b1f7209230dc47b1edc315e78a608062aad16.tar.bz2
Add RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.
The domain allocator page abd mbuf size can be configured by the user using RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.
Diffstat (limited to 'testsuite/include/rtems/bsd/test/default-init.h')
-rw-r--r--testsuite/include/rtems/bsd/test/default-init.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuite/include/rtems/bsd/test/default-init.h b/testsuite/include/rtems/bsd/test/default-init.h
index a23b1ee7..ab2ab3a4 100644
--- a/testsuite/include/rtems/bsd/test/default-init.h
+++ b/testsuite/include/rtems/bsd/test/default-init.h
@@ -53,11 +53,6 @@ rtems_task Init(
early_initialization();
#endif
-#ifdef DEFAULT_NETWORK_PAGE_MBUFS_SIZE
- rtems_bsd_allocator_domain_page_mbuf_size =
- DEFAULT_NETWORK_PAGE_MBUFS_SIZE;
-#endif
-
/* Let other tasks run to complete background work */
default_set_self_prio( RTEMS_MAXIMUM_PRIORITY - 1 );