summaryrefslogtreecommitdiff
path: root/arch/arm/core/cortex_m/scs.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/core/cortex_m/scs.c')
-rw-r--r--arch/arm/core/cortex_m/scs.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/arm/core/cortex_m/scs.c b/arch/arm/core/cortex_m/scs.c
deleted file mode 100644
index 74d4bdf80..000000000
--- a/arch/arm/core/cortex_m/scs.c
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (c) 2013-2014 Wind River Systems, Inc.
- *
- * SPDX-License-Identifier: Apache-2.0
- */
-
-/**
- * @file
- * @brief ARM CORTEX-M Series System Control Space
- *
- * Most of the SCS interface consists of simple bit-flipping methods, and is
- * implemented as inline functions in scs.h. This module thus contains only data
- * definitions and more complex routines, if needed.
- */
-
-#include <kernel.h>
-#include <arch/cpu.h>
-#include <toolchain.h>
-#include <sections.h>
-
-/* the linker always puts this object at 0xe000e000 */
-volatile struct __scs __scs_section __scs;