summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/shared/irq
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/mips/shared/irq/exception.S2
-rw-r--r--c/src/lib/libbsp/mips/shared/irq/i8259.h2
-rw-r--r--c/src/lib/libbsp/mips/shared/irq/interruptmask.c2
-rw-r--r--c/src/lib/libbsp/mips/shared/irq/interruptmask_TX49.c2
-rw-r--r--c/src/lib/libbsp/mips/shared/irq/irq.c2
-rw-r--r--c/src/lib/libbsp/mips/shared/irq/maxvectors.c2
-rw-r--r--c/src/lib/libbsp/mips/shared/irq/vectorexceptions.c2
7 files changed, 0 insertions, 14 deletions
diff --git a/c/src/lib/libbsp/mips/shared/irq/exception.S b/c/src/lib/libbsp/mips/shared/irq/exception.S
index 9d67eb5c6f..f95dec253b 100644
--- a/c/src/lib/libbsp/mips/shared/irq/exception.S
+++ b/c/src/lib/libbsp/mips/shared/irq/exception.S
@@ -29,8 +29,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/shared/irq/i8259.h b/c/src/lib/libbsp/mips/shared/irq/i8259.h
index 7fd2a61d6b..db4d5fa87f 100644
--- a/c/src/lib/libbsp/mips/shared/irq/i8259.h
+++ b/c/src/lib/libbsp/mips/shared/irq/i8259.h
@@ -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: i8259.h,v 1.1 2012/02/06 14:19:07 jennifer Exp $
*/
#ifndef I8259_H
diff --git a/c/src/lib/libbsp/mips/shared/irq/interruptmask.c b/c/src/lib/libbsp/mips/shared/irq/interruptmask.c
index f4e384180b..fe0c2ec674 100644
--- a/c/src/lib/libbsp/mips/shared/irq/interruptmask.c
+++ b/c/src/lib/libbsp/mips/shared/irq/interruptmask.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 <rtems.h>
diff --git a/c/src/lib/libbsp/mips/shared/irq/interruptmask_TX49.c b/c/src/lib/libbsp/mips/shared/irq/interruptmask_TX49.c
index 72f270c50b..9320a55137 100644
--- a/c/src/lib/libbsp/mips/shared/irq/interruptmask_TX49.c
+++ b/c/src/lib/libbsp/mips/shared/irq/interruptmask_TX49.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 <rtems.h>
diff --git a/c/src/lib/libbsp/mips/shared/irq/irq.c b/c/src/lib/libbsp/mips/shared/irq/irq.c
index e2db163b1f..a3053964ab 100644
--- a/c/src/lib/libbsp/mips/shared/irq/irq.c
+++ b/c/src/lib/libbsp/mips/shared/irq/irq.c
@@ -16,8 +16,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/shared/irq/maxvectors.c b/c/src/lib/libbsp/mips/shared/irq/maxvectors.c
index 17f7a25ec7..d7c80f8343 100644
--- a/c/src/lib/libbsp/mips/shared/irq/maxvectors.c
+++ b/c/src/lib/libbsp/mips/shared/irq/maxvectors.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 <rtems.h>
diff --git a/c/src/lib/libbsp/mips/shared/irq/vectorexceptions.c b/c/src/lib/libbsp/mips/shared/irq/vectorexceptions.c
index 475527e941..91ecf33b73 100644
--- a/c/src/lib/libbsp/mips/shared/irq/vectorexceptions.c
+++ b/c/src/lib/libbsp/mips/shared/irq/vectorexceptions.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 <rtems.h>