summaryrefslogtreecommitdiffstats
path: root/bsps/include/xil/arm/cortexr5/xil_system.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bsps/include/xil/arm/cortexr5/xil_system.h (renamed from cpukit/score/cpu/mips/include/rtems/score/cpuatomic.h)15
1 files changed, 10 insertions, 5 deletions
diff --git a/cpukit/score/cpu/mips/include/rtems/score/cpuatomic.h b/bsps/include/xil/arm/cortexr5/xil_system.h
index 01bb99cda3..4274d6916a 100644
--- a/cpukit/score/cpu/mips/include/rtems/score/cpuatomic.h
+++ b/bsps/include/xil/arm/cortexr5/xil_system.h
@@ -1,7 +1,8 @@
/* SPDX-License-Identifier: BSD-2-Clause */
/*
- * COPYRIGHT (c) 2012-2013 Deng Hengyi.
+ * COPYRIGHT (c) 2023.
+ * On-Line Applications Research Corporation (OAR).
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -25,9 +26,13 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _RTEMS_SCORE_ATOMIC_CPU_H
-#define _RTEMS_SCORE_ATOMIC_CPU_H
+#ifndef LIBBSP_SHARED_XIL_SYSTEM_H
+#define LIBBSP_SHARED_XIL_SYSTEM_H
-#include <rtems/score/cpustdatomic.h>
+/*
+ * This file defines anything necessary for the Xilinx support infrastructure to
+ * function properly
+ */
+#define ARMR5
-#endif /* _RTEMS_SCORE_ATOMIC_CPU_H */
+#endif