summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc64/shared/start
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc64/shared/start/start.S2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/start/trap_table.S2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/startup/bspgetworkarea.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/startup/bsppredriverhook.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/startup/linkcmds2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/startup/setvec.c2
7 files changed, 0 insertions, 14 deletions
diff --git a/c/src/lib/libbsp/sparc64/shared/start/start.S b/c/src/lib/libbsp/sparc64/shared/start/start.S
index 69186e81b5..ca85d69bb9 100644
--- a/c/src/lib/libbsp/sparc64/shared/start/start.S
+++ b/c/src/lib/libbsp/sparc64/shared/start/start.S
@@ -39,8 +39,6 @@
* Modifications for the RTEMS executive are
* COPYRIGHT (c) 2010 Gedare Bloom.
* COPYRIGHT (c) 2010 Eugen Leontie.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/sparc64/shared/start/trap_table.S b/c/src/lib/libbsp/sparc64/shared/start/trap_table.S
index eb33ec09f6..2ef381b7c4 100644
--- a/c/src/lib/libbsp/sparc64/shared/start/trap_table.S
+++ b/c/src/lib/libbsp/sparc64/shared/start/trap_table.S
@@ -10,8 +10,6 @@
* http://www.rtems.com/license/LICENSE.
*
* This code defines the space for the trap table used by sun4u.
- *
- * $Id$
*/
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/sparc64/shared/startup/bspgetworkarea.c b/c/src/lib/libbsp/sparc64/shared/startup/bspgetworkarea.c
index 7bef613f9c..84f5777573 100644
--- a/c/src/lib/libbsp/sparc64/shared/startup/bspgetworkarea.c
+++ b/c/src/lib/libbsp/sparc64/shared/startup/bspgetworkarea.c
@@ -9,8 +9,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libbsp/sparc64/shared/startup/bsppredriverhook.c b/c/src/lib/libbsp/sparc64/shared/startup/bsppredriverhook.c
index c835486308..273d784d29 100644
--- a/c/src/lib/libbsp/sparc64/shared/startup/bsppredriverhook.c
+++ b/c/src/lib/libbsp/sparc64/shared/startup/bsppredriverhook.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp/bootcard.h>
diff --git a/c/src/lib/libbsp/sparc64/shared/startup/bspstart.c b/c/src/lib/libbsp/sparc64/shared/startup/bspstart.c
index 9277bb10a8..5c13ab2ffa 100644
--- a/c/src/lib/libbsp/sparc64/shared/startup/bspstart.c
+++ b/c/src/lib/libbsp/sparc64/shared/startup/bspstart.c
@@ -10,8 +10,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libbsp/sparc64/shared/startup/linkcmds b/c/src/lib/libbsp/sparc64/shared/startup/linkcmds
index 6269940c2f..57d7c262d6 100644
--- a/c/src/lib/libbsp/sparc64/shared/startup/linkcmds
+++ b/c/src/lib/libbsp/sparc64/shared/startup/linkcmds
@@ -1,6 +1,4 @@
/* linkcmds
- *
- * $Id$
*/
/*
diff --git a/c/src/lib/libbsp/sparc64/shared/startup/setvec.c b/c/src/lib/libbsp/sparc64/shared/startup/setvec.c
index 7c2c9709ad..21c8f4a735 100644
--- a/c/src/lib/libbsp/sparc64/shared/startup/setvec.c
+++ b/c/src/lib/libbsp/sparc64/shared/startup/setvec.c
@@ -19,8 +19,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>