summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon3/smp/getcpuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon3/smp/getcpuid.c')
-rw-r--r--c/src/lib/libbsp/sparc/leon3/smp/getcpuid.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/c/src/lib/libbsp/sparc/leon3/smp/getcpuid.c b/c/src/lib/libbsp/sparc/leon3/smp/getcpuid.c
deleted file mode 100644
index 2ff31ebc8d..0000000000
--- a/c/src/lib/libbsp/sparc/leon3/smp/getcpuid.c
+++ /dev/null
@@ -1,23 +0,0 @@
-/**
- * @file
- * @ingroup sparc_leon3
- * @brief LEON3 SMP Obtain CPU Core Number
- */
-
-/*
- * COPYRIGHT (c) 1989-2011.
- * On-Line Applications Research Corporation (OAR).
- *
- * 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.
- */
-
-#include <rtems/score/cpu.h>
-
-#if !defined(__leon__)
-uint32_t _CPU_SMP_Get_current_processor( void )
-{
- return _LEON3_Get_current_processor();
-}
-#endif