summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm26/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm26/task1.c')
-rw-r--r--testsuites/tmtests/tm26/task1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/tmtests/tm26/task1.c b/testsuites/tmtests/tm26/task1.c
index 6b2572ef9e..96859404ac 100644
--- a/testsuites/tmtests/tm26/task1.c
+++ b/testsuites/tmtests/tm26/task1.c
@@ -146,8 +146,6 @@ static void thread_disable_dispatch( void )
self_cpu = _Per_CPU_Get();
self_cpu->thread_dispatch_disable_level = 1;
-
- _Per_CPU_Acquire( self_cpu );
#else
_Thread_Disable_dispatch();
#endif