summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sh/include/rtems/score/cpuatomic.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-26 07:19:06 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-06-12 07:46:23 +0200
commit0613593148036e17c97b83c2b43a955fe09bee72 (patch)
tree8e3aa067d4e19b10435eedfd1b3040d2dad39805 /cpukit/score/cpu/sh/include/rtems/score/cpuatomic.h
parentxilinx-zynqmp: Include <rtems/termiostypes.h> (diff)
downloadrtems-0613593148036e17c97b83c2b43a955fe09bee72.tar.bz2
score: Remove CPU port specific cpuatomic.h
All CPU ports used the same <rtems/score/cpustdatomic.h> header file to provide the atomic operations. Remove the header file indirection.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/sh/include/rtems/score/cpuatomic.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/cpukit/score/cpu/sh/include/rtems/score/cpuatomic.h b/cpukit/score/cpu/sh/include/rtems/score/cpuatomic.h
deleted file mode 100644
index 598ee76b20..0000000000
--- a/cpukit/score/cpu/sh/include/rtems/score/cpuatomic.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * COPYRIGHT (c) 2012-2013 Deng Hengyi.
- *
- * 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.
- */
-
-#ifndef _RTEMS_SCORE_ATOMIC_CPU_H
-#define _RTEMS_SCORE_ATOMIC_CPU_H
-
-#include <rtems/score/cpustdatomic.h>
-
-#endif /* _RTEMS_SCORE_ATOMIC_CPU_H */