summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/tasks.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 15:29:43 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-14 07:25:46 +0200
commite4215e433bc016bd46b69566c0b3a7561869e375 (patch)
tree4090b629b464d78b978dbddab7114ea6b39f672e /cpukit/include/rtems/rtems/tasks.h
parentrtems: Remove deprecated rtems_io_lookup_name() (diff)
downloadrtems-e4215e433bc016bd46b69566c0b3a7561869e375.tar.bz2
rtems: Remove rtems_get_current_processor()
This function was deprecated in RTEMS 5.1. Close #3989.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/rtems/tasks.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/cpukit/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h
index a4af236b6b..6580a209e1 100644
--- a/cpukit/include/rtems/rtems/tasks.h
+++ b/cpukit/include/rtems/rtems/tasks.h
@@ -604,21 +604,6 @@ rtems_status_code rtems_scheduler_ident_by_processor_set(
#define rtems_scheduler_get_processor() _SMP_Get_current_processor()
/**
- * @brief Returns the index of the current processor.
- *
- * @return The index of the current processor.
- *
- * @deprecated
- *
- * Use rtems_scheduler_get_processor() instead.
- */
-RTEMS_DEPRECATED RTEMS_INLINE_ROUTINE uint32_t
-rtems_get_current_processor( void )
-{
- return rtems_scheduler_get_processor();
-}
-
-/**
* @brief Returns the processor maximum supported by the system.
*
* In uniprocessor configurations, a value of one will be returned.