summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 10:09:24 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:44:13 -0500
commit9b4422a2513e9c7f4c705050948d82b75331aaba (patch)
treea95a795dedb39af8ad097197d5fd82e3dcb6e4ac /c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64
parentMiscellaneous - Clean up file headers so patterns followed (diff)
downloadrtems-9b4422a2513e9c7f4c705050948d82b75331aaba.tar.bz2
Remove All CVS Id Strings Possible Using a Script
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
Diffstat (limited to 'c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64')
-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
3 files changed, 0 insertions, 6 deletions
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.