summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/hurricane/startup
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-03-17 10:34:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-03-17 10:34:12 +0000
commitc1a968045077204f4dd0c5ddb12aa169da4f1b8b (patch)
tree907008faf794cd84241852904a15d47ad7434d25 /c/src/lib/libbsp/mips/hurricane/startup
parentRemove eof include file (diff)
downloadrtems-c1a968045077204f4dd0c5ddb12aa169da4f1b8b.tar.bz2
Misc. cosmetics.
Diffstat (limited to 'c/src/lib/libbsp/mips/hurricane/startup')
-rw-r--r--c/src/lib/libbsp/mips/hurricane/startup/bspclean.c11
-rw-r--r--c/src/lib/libbsp/mips/hurricane/startup/bspstart.c9
-rw-r--r--c/src/lib/libbsp/mips/hurricane/startup/idttlb.S10
-rw-r--r--c/src/lib/libbsp/mips/hurricane/startup/inittlb.c3
-rw-r--r--c/src/lib/libbsp/mips/hurricane/startup/setvec.c10
5 files changed, 7 insertions, 36 deletions
diff --git a/c/src/lib/libbsp/mips/hurricane/startup/bspclean.c b/c/src/lib/libbsp/mips/hurricane/startup/bspclean.c
index a5516753f9..3e3e5bb98c 100644
--- a/c/src/lib/libbsp/mips/hurricane/startup/bspclean.c
+++ b/c/src/lib/libbsp/mips/hurricane/startup/bspclean.c
@@ -14,18 +14,9 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * bspclean.c,v 1.9.6.1 2003/09/04 18:44:52 joel Exp
+ * $Id$
*/
-/*
- * Rather than deleting this, it is commented out to (hopefully) help
- * the submitter send updates.
- *
- * static char _sccsid[] = "@(#)bspclean.c 03/15/96 1.1\n";
- */
-
-
-
#include <rtems.h>
#include <bsp.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/startup/bspstart.c b/c/src/lib/libbsp/mips/hurricane/startup/bspstart.c
index 958e8218ac..b75c1340b1 100644
--- a/c/src/lib/libbsp/mips/hurricane/startup/bspstart.c
+++ b/c/src/lib/libbsp/mips/hurricane/startup/bspstart.c
@@ -11,14 +11,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * bspstart.c,v 1.14.6.1 2003/09/04 18:44:52 joel Exp
- */
-
-/*
- * Rather than deleting this, it is commented out to (hopefully) help
- * the submitter send updates.
- *
- * static char _sccsid[] = "@(#)bspstart.c 06/11/96 1.2\n";
+ * $Id$
*/
#include <string.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/startup/idttlb.S b/c/src/lib/libbsp/mips/hurricane/startup/idttlb.S
index ed8517363c..15293fa02a 100644
--- a/c/src/lib/libbsp/mips/hurricane/startup/idttlb.S
+++ b/c/src/lib/libbsp/mips/hurricane/startup/idttlb.S
@@ -20,16 +20,12 @@ two paragraphs in the transferred software.
COPYRIGHT IDT CORPORATION 1996
LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
- idttlb.S,v 1.3 2000/10/24 21:50:37 joel Exp
*/
-
/*
-** idttlb.s - fetch the registers associated with and the contents
-** of the tlb.
-**
-*/
-/* 950308: Ketan patched a few tlb functions that would not have worked.*/
+ * $Id$
+ */
+
#include <rtems/mips/iregdef.h>
#include <rtems/mips/idtcpu.h>
#include <rtems/asm.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/startup/inittlb.c b/c/src/lib/libbsp/mips/hurricane/startup/inittlb.c
index 40df161286..5e81f5517f 100644
--- a/c/src/lib/libbsp/mips/hurricane/startup/inittlb.c
+++ b/c/src/lib/libbsp/mips/hurricane/startup/inittlb.c
@@ -1,5 +1,5 @@
/*
- * inittlb.c,v 1.2 1999/03/31 23:21:19 joel Exp
+ * $Id$
*/
#include <rtems/mips/idtcpu.h>
@@ -13,4 +13,3 @@ void init_tlb(void)
for (i = 0; i < N_TLB_ENTRIES; i++ )
resettlb(i);
}
-
diff --git a/c/src/lib/libbsp/mips/hurricane/startup/setvec.c b/c/src/lib/libbsp/mips/hurricane/startup/setvec.c
index bd3aeae245..091617d49c 100644
--- a/c/src/lib/libbsp/mips/hurricane/startup/setvec.c
+++ b/c/src/lib/libbsp/mips/hurricane/startup/setvec.c
@@ -19,17 +19,9 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * setvec.c,v 1.8.6.1 2003/09/04 18:44:52 joel Exp
+ * $Id$
*/
-/*
- * Rather than deleting this, it is commented out to (hopefully) help
- * the submitter send updates.
- *
- * static char _sccsid[] = "@(#)setvec.c 04/25/96 1.2\n";
- */
-
-
#include <rtems.h>
#include <bsp.h>