From 7790d95f0a8025a82657cfb5dba1bfb0c8c5fe27 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 4 Nov 2016 13:29:00 +0100 Subject: [PATCH] sparc: Provide _CPU_Get_thread_executing() --- 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 6b8b601cb0..5373db190c 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