From 1739bd2439238b9a5150f65a3452c9eb7958a998 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 19 Feb 2021 09:48:14 +0100 Subject: rtems: Remove _Modes_Set_interrupt_level() This call just obfuscated the call to _ISR_Set_level(). Update #4244. --- cpukit/include/rtems/rtems/modesimpl.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'cpukit/include/rtems/rtems/modesimpl.h') diff --git a/cpukit/include/rtems/rtems/modesimpl.h b/cpukit/include/rtems/rtems/modesimpl.h index 5677c7f13d..2b5e00f600 100644 --- a/cpukit/include/rtems/rtems/modesimpl.h +++ b/cpukit/include/rtems/rtems/modesimpl.h @@ -19,7 +19,6 @@ #define _RTEMS_RTEMS_MODESIMPL_H #include -#include #ifdef __cplusplus extern "C" { @@ -86,19 +85,6 @@ RTEMS_INLINE_ROUTINE ISR_Level _Modes_Get_interrupt_level ( return ( mode_set & RTEMS_INTERRUPT_MASK ); } -/** - * @brief Sets the current interrupt level to that specified in the mode_set. - * - * This routine sets the current interrupt level to that specified - * in the mode_set. - */ -RTEMS_INLINE_ROUTINE void _Modes_Set_interrupt_level ( - rtems_mode mode_set -) -{ - _ISR_Set_level( _Modes_Get_interrupt_level( mode_set ) ); -} - #ifdef __cplusplus } #endif -- cgit v1.2.3