summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-20 09:50:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-21 08:25:32 +0200
commitd3802bb5d708d01d03774b6758ed1e87484b8fac (patch)
tree40ff15dcafece4b9e5a72eb9706831d44ab2c5dc /cpukit/score/include/rtems/score/thread.h
parentscore: Add _Thread_Get_interrupt_disable() (diff)
downloadrtems-d3802bb5d708d01d03774b6758ed1e87484b8fac.tar.bz2
score: Delete object control block ISR lock
The Objects_Control::Lock was a software layer violation. It worked only for the threads since they are somewhat special. Update #2273.
Diffstat (limited to 'cpukit/score/include/rtems/score/thread.h')
-rw-r--r--cpukit/score/include/rtems/score/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index ef238a339d..bc521bbc4b 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -26,6 +26,7 @@
#if defined(RTEMS_MULTIPROCESSING)
#include <rtems/score/mppkt.h>
#endif
+#include <rtems/score/isrlock.h>
#include <rtems/score/object.h>
#include <rtems/score/percpu.h>
#include <rtems/score/priority.h>