From 1a9d36b921306eaef671127f281500945f287822 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 9 May 2016 06:49:53 +0200 Subject: score: Add _ISR_lock_Is_owner() --- cpukit/score/include/rtems/score/percpu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/include/rtems/score/percpu.h') diff --git a/cpukit/score/include/rtems/score/percpu.h b/cpukit/score/include/rtems/score/percpu.h index 6b60858595..a4a8ffbb24 100644 --- a/cpukit/score/include/rtems/score/percpu.h +++ b/cpukit/score/include/rtems/score/percpu.h @@ -43,6 +43,8 @@ extern "C" { */ #if defined( RTEMS_PROFILING ) #define PER_CPU_CONTROL_SIZE_LOG2 9 + #elif defined( RTEMS_DEBUG ) + #define PER_CPU_CONTROL_SIZE_LOG2 8 #else #define PER_CPU_CONTROL_SIZE_LOG2 7 #endif -- cgit v1.2.3