summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/thread.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-09-07 09:27:59 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-09-07 09:27:59 +0200
commit29594b4dbc011c0a768395acaf8afc59c512c164 (patch)
treeac3e205dc8441ea449951af350ac827a3dc015e0 /cpukit/score/include/rtems/score/thread.h
parentbsp/xilinx-zynq: Avoid duplicate declaration (diff)
downloadrtems-29594b4dbc011c0a768395acaf8afc59c512c164.tar.bz2
score: Remove superfluous SMP debug support
This information turned out to be useless in the last couple of months.
Diffstat (limited to '')
-rw-r--r--cpukit/score/include/rtems/score/thread.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index 44080f3a82..6104ba03d7 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -672,14 +672,6 @@ typedef struct {
* @brief The processor assigned by the current scheduler.
*/
struct Per_CPU_Control *cpu;
-
-#if defined(RTEMS_DEBUG)
- /**
- * @brief The processor on which this thread executed the last time or is
- * executing.
- */
- struct Per_CPU_Control *debug_real_cpu;
-#endif
#endif
} Thread_Scheduler_control;