summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc64/shared
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc64/shared/asm/asm.S2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/console/conscfg.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/balloc.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw_tree.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/boot/generic/string.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/boot/include/balloc.h2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/main.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwarch.c2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwasm.S2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/kernel/sparc64/src/sun4u/takemmu.S2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/include/asm.h2
-rw-r--r--c/src/lib/libbsp/sparc64/shared/include/traptable.h2
-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
21 files changed, 0 insertions, 42 deletions
diff --git a/c/src/lib/libbsp/sparc64/shared/asm/asm.S b/c/src/lib/libbsp/sparc64/shared/asm/asm.S
index e6cbc4bb35..e4b4f2a277 100644
--- a/c/src/lib/libbsp/sparc64/shared/asm/asm.S
+++ b/c/src/lib/libbsp/sparc64/shared/asm/asm.S
@@ -4,8 +4,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 <rtems/asm.h>
diff --git a/c/src/lib/libbsp/sparc64/shared/clock/ckinit.c b/c/src/lib/libbsp/sparc64/shared/clock/ckinit.c
index 18eb66a172..1b1e514b32 100644
--- a/c/src/lib/libbsp/sparc64/shared/clock/ckinit.c
+++ b/c/src/lib/libbsp/sparc64/shared/clock/ckinit.c
@@ -12,8 +12,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 <stdlib.h>
diff --git a/c/src/lib/libbsp/sparc64/shared/console/conscfg.c b/c/src/lib/libbsp/sparc64/shared/console/conscfg.c
index 4e52984b41..ec815727f7 100644
--- a/c/src/lib/libbsp/sparc64/shared/console/conscfg.c
+++ b/c/src/lib/libbsp/sparc64/shared/console/conscfg.c
@@ -4,8 +4,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/helenos/boot/genarch/balloc.c b/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/balloc.c
index 508bf85cb0..f4cb9dc1eb 100644
--- a/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/balloc.c
+++ b/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/balloc.c
@@ -27,8 +27,6 @@
*/
/*
- * $Id$
- *
* Modifications are made to compile for RTEMS. Removes asm.h and replaces
* the necessary defines in-line
*
diff --git a/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw.c b/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw.c
index 71da6c31e8..2bbc490636 100644
--- a/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw.c
+++ b/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw.c
@@ -27,8 +27,6 @@
*/
/*
- * $Id$
- *
* Modifications are made to compile for RTEMS. Removes asm.h and printf.h.
* Adds asm.h (rtems bsp). Adds ofw_read() and ofw_stdin variable. Uses
* printk instead of puts for error messages.
diff --git a/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw_tree.c b/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw_tree.c
index 8831da12bf..d6770c093d 100644
--- a/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw_tree.c
+++ b/c/src/lib/libbsp/sparc64/shared/helenos/boot/genarch/ofw_tree.c
@@ -27,8 +27,6 @@
*/
/*
- * $Id$
- *
* Modifications are made to compile for RTEMS. Removes asm.h and memstr.h.
*
*/
diff --git a/c/src/lib/libbsp/sparc64/shared/helenos/boot/generic/string.c b/c/src/lib/libbsp/sparc64/shared/helenos/boot/generic/string.c
index 9fd537cf6b..ad6d1b7284 100644
--- a/c/src/lib/libbsp/sparc64/shared/helenos/boot/generic/string.c
+++ b/c/src/lib/libbsp/sparc64/shared/helenos/boot/generic/string.c
@@ -31,8 +31,6 @@
*/
/*
- * $Id$
- *
* Modifications are made to compile for RTEMS. Remove strncpy() and atoi()
*
*/
diff --git a/c/src/lib/libbsp/sparc64/shared/helenos/boot/include/balloc.h b/c/src/lib/libbsp/sparc64/shared/helenos/boot/include/balloc.h
index 7c3e2353d5..8e502c0c58 100644
--- a/c/src/lib/libbsp/sparc64/shared/helenos/boot/include/balloc.h
+++ b/c/src/lib/libbsp/sparc64/shared/helenos/boot/include/balloc.h
@@ -27,8 +27,6 @@
*/
/*
- * $Id$
- *
* Modifications are made to compile for RTEMS. Move BALLOC_MAX_SIZE from
* asm.h to here.
*
diff --git a/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/main.c b/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/main.c
index 42d8469238..f063ad7d09 100644
--- a/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/main.c
+++ b/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/main.c
@@ -28,8 +28,6 @@
*/
/*
- * $Id$
- *
* Modifications are made to switch to using printk rather than printf,
* and to remove portions of the HelenOS bootstrap process that are
* unnecessary on RTEMS. The removed code is elided with #if 0 ... #endif
diff --git a/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwarch.c b/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwarch.c
index e534dc72ec..318b4dc305 100644
--- a/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwarch.c
+++ b/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwarch.c
@@ -33,8 +33,6 @@
*/
/*
- * $Id$
- *
* Modifications are made to compile for RTEMS. Removes asm.h and printf.h.
* Removes write().
*
diff --git a/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwasm.S b/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwasm.S
index 0d5a89db44..e2ba6261e8 100644
--- a/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwasm.S
+++ b/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/ofwasm.S
@@ -28,8 +28,6 @@
#
/*
- * $Id$
- *
* This code is originally in asm.S. This is the only function used from that
* file, so it has been relocated to this new file ofw.S which is not actually
* located in the HelenOS code base.
diff --git a/c/src/lib/libbsp/sparc64/shared/helenos/kernel/sparc64/src/sun4u/takemmu.S b/c/src/lib/libbsp/sparc64/shared/helenos/kernel/sparc64/src/sun4u/takemmu.S
index 35fe1034bc..f8fa1c6a24 100644
--- a/c/src/lib/libbsp/sparc64/shared/helenos/kernel/sparc64/src/sun4u/takemmu.S
+++ b/c/src/lib/libbsp/sparc64/shared/helenos/kernel/sparc64/src/sun4u/takemmu.S
@@ -27,8 +27,6 @@
#
/*
- * $Id$
- *
* This file originally is sparc64/src/sun4u/start.S
* A lot of changes are made to the code, because we only need the relevant
* portions for taking over the D- and I-MMUs.
diff --git a/c/src/lib/libbsp/sparc64/shared/include/asm.h b/c/src/lib/libbsp/sparc64/shared/include/asm.h
index dbc8ec1699..6694b22ed0 100644
--- a/c/src/lib/libbsp/sparc64/shared/include/asm.h
+++ b/c/src/lib/libbsp/sparc64/shared/include/asm.h
@@ -6,8 +6,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$
*/
diff --git a/c/src/lib/libbsp/sparc64/shared/include/traptable.h b/c/src/lib/libbsp/sparc64/shared/include/traptable.h
index bf353dc22e..282c47670b 100644
--- a/c/src/lib/libbsp/sparc64/shared/include/traptable.h
+++ b/c/src/lib/libbsp/sparc64/shared/include/traptable.h
@@ -6,8 +6,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$
*/
/* This file can be included by assembly code */
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>