summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/shared/smp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/shared/smp/README4
-rw-r--r--c/src/lib/libbsp/i386/shared/smp/getcpuid.c2
-rw-r--r--c/src/lib/libbsp/i386/shared/smp/smp-imps.h2
3 files changed, 0 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/i386/shared/smp/README b/c/src/lib/libbsp/i386/shared/smp/README
index c0b63a32b5..df2e729456 100644
--- a/c/src/lib/libbsp/i386/shared/smp/README
+++ b/c/src/lib/libbsp/i386/shared/smp/README
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
The following files were developed by Erich Boleyn <erich@uruk.org>.
The original files were copied from http://www.uruk.org/mps/ and committed
into cvs as is. These files will be modified for RTEMS smp support,
diff --git a/c/src/lib/libbsp/i386/shared/smp/getcpuid.c b/c/src/lib/libbsp/i386/shared/smp/getcpuid.c
index 59af658127..dc82d3f883 100644
--- a/c/src/lib/libbsp/i386/shared/smp/getcpuid.c
+++ b/c/src/lib/libbsp/i386/shared/smp/getcpuid.c
@@ -5,8 +5,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/apic.h>
diff --git a/c/src/lib/libbsp/i386/shared/smp/smp-imps.h b/c/src/lib/libbsp/i386/shared/smp/smp-imps.h
index 394f147438..7870420caa 100644
--- a/c/src/lib/libbsp/i386/shared/smp/smp-imps.h
+++ b/c/src/lib/libbsp/i386/shared/smp/smp-imps.h
@@ -49,8 +49,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 _SMP_IMPS_H