summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/hurricane
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/mips/hurricane/Makefile.am4
-rw-r--r--c/src/lib/libbsp/mips/hurricane/clock/ckinit.c2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/clock/clock.S2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/clock/clock.h2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/console/console.c2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/include/bsp.h2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/include/coverhd.h2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/include/irq.h2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/irq/vectorisrs.c2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/start/start.S3
-rw-r--r--c/src/lib/libbsp/mips/hurricane/startup/bspstart.c2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/startup/inittlb.c4
-rw-r--r--c/src/lib/libbsp/mips/hurricane/startup/usc.S2
-rw-r--r--c/src/lib/libbsp/mips/hurricane/times3
14 files changed, 0 insertions, 34 deletions
diff --git a/c/src/lib/libbsp/mips/hurricane/Makefile.am b/c/src/lib/libbsp/mips/hurricane/Makefile.am
index 9b67d34115..0c021b398b 100644
--- a/c/src/lib/libbsp/mips/hurricane/Makefile.am
+++ b/c/src/lib/libbsp/mips/hurricane/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
diff --git a/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c b/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c
index 1d6cc81ec8..9dbbe6a944 100644
--- a/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c
+++ b/c/src/lib/libbsp/mips/hurricane/clock/ckinit.c
@@ -28,8 +28,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/mips/hurricane/clock/clock.S b/c/src/lib/libbsp/mips/hurricane/clock/clock.S
index d94bd1b300..0542de0cdc 100644
--- a/c/src/lib/libbsp/mips/hurricane/clock/clock.S
+++ b/c/src/lib/libbsp/mips/hurricane/clock/clock.S
@@ -16,8 +16,6 @@
* software without specific, written prior permission.
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
- *
- * $Id$
*/
#include <iregdef.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/clock/clock.h b/c/src/lib/libbsp/mips/hurricane/clock/clock.h
index 2f79e083b7..048074f6f0 100644
--- a/c/src/lib/libbsp/mips/hurricane/clock/clock.h
+++ b/c/src/lib/libbsp/mips/hurricane/clock/clock.h
@@ -16,8 +16,6 @@
* software without specific, written prior permission.
* Transition Networks makes no representations about the suitability
* of this software for any purpose.
- *
- * $Id$
*/
extern void mips_set_timer( uint32_t timer_clock_interval );
diff --git a/c/src/lib/libbsp/mips/hurricane/console/console.c b/c/src/lib/libbsp/mips/hurricane/console/console.c
index f850cc12d9..8208259b6b 100644
--- a/c/src/lib/libbsp/mips/hurricane/console/console.c
+++ b/c/src/lib/libbsp/mips/hurricane/console/console.c
@@ -24,8 +24,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/mips/hurricane/include/bsp.h b/c/src/lib/libbsp/mips/hurricane/include/bsp.h
index 1527669aef..a7ae7d5284 100644
--- a/c/src/lib/libbsp/mips/hurricane/include/bsp.h
+++ b/c/src/lib/libbsp/mips/hurricane/include/bsp.h
@@ -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$
*/
#ifndef _BSP_H
diff --git a/c/src/lib/libbsp/mips/hurricane/include/coverhd.h b/c/src/lib/libbsp/mips/hurricane/include/coverhd.h
index 3741329573..ce1e8ed859 100644
--- a/c/src/lib/libbsp/mips/hurricane/include/coverhd.h
+++ b/c/src/lib/libbsp/mips/hurricane/include/coverhd.h
@@ -20,8 +20,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$
*/
#ifndef __COVERHD_h
diff --git a/c/src/lib/libbsp/mips/hurricane/include/irq.h b/c/src/lib/libbsp/mips/hurricane/include/irq.h
index 2047c37978..e052eb1353 100644
--- a/c/src/lib/libbsp/mips/hurricane/include/irq.h
+++ b/c/src/lib/libbsp/mips/hurricane/include/irq.h
@@ -13,8 +13,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$
*/
#ifndef LIBBSP_MIPS_XXX_IRQ_H
diff --git a/c/src/lib/libbsp/mips/hurricane/irq/vectorisrs.c b/c/src/lib/libbsp/mips/hurricane/irq/vectorisrs.c
index c0c4b85bad..493edf943c 100644
--- a/c/src/lib/libbsp/mips/hurricane/irq/vectorisrs.c
+++ b/c/src/lib/libbsp/mips/hurricane/irq/vectorisrs.c
@@ -11,8 +11,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.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/start/start.S b/c/src/lib/libbsp/mips/hurricane/start/start.S
index f4d2a5b15a..0e24995edf 100644
--- a/c/src/lib/libbsp/mips/hurricane/start/start.S
+++ b/c/src/lib/libbsp/mips/hurricane/start/start.S
@@ -28,9 +28,6 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
**
**************************************************************************/
-/*
- * $Id$
- */
#include <rtems/mips/iregdef.h>
#include <rtems/mips/idtcpu.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/startup/bspstart.c b/c/src/lib/libbsp/mips/hurricane/startup/bspstart.c
index cd14225468..de9752bb03 100644
--- a/c/src/lib/libbsp/mips/hurricane/startup/bspstart.c
+++ b/c/src/lib/libbsp/mips/hurricane/startup/bspstart.c
@@ -14,8 +14,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/mips/hurricane/startup/inittlb.c b/c/src/lib/libbsp/mips/hurricane/startup/inittlb.c
index 5e81f5517f..27518d0ad0 100644
--- a/c/src/lib/libbsp/mips/hurricane/startup/inittlb.c
+++ b/c/src/lib/libbsp/mips/hurricane/startup/inittlb.c
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#include <rtems/mips/idtcpu.h>
extern void resettlb( int i );
diff --git a/c/src/lib/libbsp/mips/hurricane/startup/usc.S b/c/src/lib/libbsp/mips/hurricane/startup/usc.S
index a9d1a98eed..eb07a7730d 100644
--- a/c/src/lib/libbsp/mips/hurricane/startup/usc.S
+++ b/c/src/lib/libbsp/mips/hurricane/startup/usc.S
@@ -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$
*/
#include <bspopts.h>
diff --git a/c/src/lib/libbsp/mips/hurricane/times b/c/src/lib/libbsp/mips/hurricane/times
index a84750df78..ac027e20d8 100644
--- a/c/src/lib/libbsp/mips/hurricane/times
+++ b/c/src/lib/libbsp/mips/hurricane/times
@@ -3,9 +3,6 @@
#
# NOTE: This is just a template. The times are irrelevant since this BSP
# can only be compiled -- not executed.
-#
-# $Id$
-#
NOTE: To obtain the execution time in microseconds, divide the number of
cycles by the clock speed. For example, if rtems_semaphore create