[PATCH 4/4] sparc: Provide _CPU_Get_thread_executing()

Sebastian Huber sebastian.huber at embedded-brains.de
Fri Nov 4 13:08:23 UTC 2016


---
 cpukit/score/cpu/sparc/rtems/score/cpuimpl.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/cpukit/score/cpu/sparc/rtems/score/cpuimpl.h b/cpukit/score/cpu/sparc/rtems/score/cpuimpl.h
index 6b8b601..5373db1 100644
--- a/cpukit/score/cpu/sparc/rtems/score/cpuimpl.h
+++ b/cpukit/score/cpu/sparc/rtems/score/cpuimpl.h
@@ -5,6 +5,8 @@
  */
 
 /*
+ * Copyright (c) 2016 embedded brains GmbH.
+ *
  * The license and distribution terms for this file may be
  * found in the file LICENSE in this distribution or at
  * http://www.rtems.org/license/LICENSE.
@@ -21,6 +23,8 @@
 extern "C" {
 #endif
 
+#define _CPU_Get_thread_executing() ( _SPARC_Per_CPU_current->executing )
+
 #ifdef __cplusplus
 }
 #endif
-- 
1.8.4.5




More information about the devel mailing list