summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/main.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc64/shared/helenos/boot/sparc64/loader/main.c2
1 files changed, 0 insertions, 2 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