From 0613593148036e17c97b83c2b43a955fe09bee72 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 26 May 2023 07:19:06 +0200 Subject: score: Remove CPU port specific cpuatomic.h All CPU ports used the same header file to provide the atomic operations. Remove the header file indirection. --- cpukit/score/cpu/sh/include/rtems/score/cpuatomic.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 cpukit/score/cpu/sh/include/rtems/score/cpuatomic.h (limited to 'cpukit/score/cpu/sh/include/rtems/score/cpuatomic.h') 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 - -#endif /* _RTEMS_SCORE_ATOMIC_CPU_H */ -- cgit v1.2.3