From acc6d9bf37361c49039d8a3a33ad6cb05b5c38b9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 10 Nov 2016 07:12:55 +0100 Subject: score: Remove obsolete defines The thread dispatch inline option is no longer used. --- cpukit/score/cpu/sparc64/rtems/score/cpu.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'cpukit/score/cpu/sparc64') diff --git a/cpukit/score/cpu/sparc64/rtems/score/cpu.h b/cpukit/score/cpu/sparc64/rtems/score/cpu.h index e0d05b816f..2bcdc230fb 100644 --- a/cpukit/score/cpu/sparc64/rtems/score/cpu.h +++ b/cpukit/score/cpu/sparc64/rtems/score/cpu.h @@ -33,15 +33,6 @@ extern "C" { /* conditional compilation parameters */ -/* - * Should the calls to _Thread_Enable_dispatch be inlined? - * - * If TRUE, then they are inlined. - * If FALSE, then a subroutine call is made. - */ - -#define CPU_INLINE_ENABLE_DISPATCH TRUE - /* * Does the executive manage a dedicated interrupt stack in software? * -- cgit v1.2.3