From 57a009d5b89e72f488ab655184e6a33bb0fe6b7f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 21 May 2021 14:07:37 -0500 Subject: Eliminate configuring init mask modes since setting to default value --- mcast/init.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mcast') diff --git a/mcast/init.c b/mcast/init.c index 163fae9..c05f0a5 100644 --- a/mcast/init.c +++ b/mcast/init.c @@ -79,10 +79,6 @@ Init (rtems_task_argument ignored) #define CONFIGURE_INIT_TASK_STACK_SIZE (16*1024) #define CONFIGURE_INIT_TASK_PRIORITY 120 -#define CONFIGURE_INIT_TASK_INITIAL_MODES (RTEMS_PREEMPT | \ - RTEMS_NO_TIMESLICE | \ - RTEMS_NO_ASR | \ - RTEMS_INTERRUPT_LEVEL(0)) #define CONFIGURE_INIT rtems_task Init (rtems_task_argument argument); -- cgit v1.2.3