summaryrefslogtreecommitdiffstats
path: root/telnetd
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2021-05-21 14:07:37 -0500
committerJoel Sherrill <joel@rtems.org>2021-05-21 14:07:37 -0500
commit57a009d5b89e72f488ab655184e6a33bb0fe6b7f (patch)
tree6144c66e35498343c498c38c8f515aaed0ce2ac0 /telnetd
parentSwitch all tests to unlimited objects and unified workspace (diff)
downloadnetwork-demos-57a009d5b89e72f488ab655184e6a33bb0fe6b7f.tar.bz2
Eliminate configuring init mask modes since setting to default valueHEADmaster
Diffstat (limited to 'telnetd')
-rw-r--r--telnetd/init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/telnetd/init.c b/telnetd/init.c
index b12bb71..3afbd83 100644
--- a/telnetd/init.c
+++ b/telnetd/init.c
@@ -219,10 +219,6 @@ rtems_task Init(
#define CONFIGURE_INIT_TASK_STACK_SIZE (64*1024)
#define CONFIGURE_INIT_TASK_PRIORITY 120
#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
-#define CONFIGURE_INIT_TASK_INITIAL_MODES (RTEMS_PREEMPT | \
- RTEMS_NO_TIMESLICE | \
- RTEMS_NO_ASR | \
- RTEMS_INTERRUPT_LEVEL(0))
#define CONFIGURE_MAXIMUM_DRIVERS 10
#define CONFIGURE_INIT