summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/arm/shared
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-03 10:09:24 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-11 08:44:13 -0500
commit9b4422a2513e9c7f4c705050948d82b75331aaba (patch)
treea95a795dedb39af8ad097197d5fd82e3dcb6e4ac /c/src/lib/libcpu/arm/shared
parentMiscellaneous - Clean up file headers so patterns followed (diff)
downloadrtems-9b4422a2513e9c7f4c705050948d82b75331aaba.tar.bz2
Remove All CVS Id Strings Possible Using a Script
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
Diffstat (limited to 'c/src/lib/libcpu/arm/shared')
-rw-r--r--c/src/lib/libcpu/arm/shared/arm920/mmu.c2
-rw-r--r--c/src/lib/libcpu/arm/shared/include/cache_.h2
-rw-r--r--c/src/lib/libcpu/arm/shared/include/mmu.h2
3 files changed, 0 insertions, 6 deletions
diff --git a/c/src/lib/libcpu/arm/shared/arm920/mmu.c b/c/src/lib/libcpu/arm/shared/arm920/mmu.c
index a9f90a8fa6..f472b031ff 100644
--- a/c/src/lib/libcpu/arm/shared/arm920/mmu.c
+++ b/c/src/lib/libcpu/arm/shared/arm920/mmu.c
@@ -3,8 +3,6 @@
*
* Copyright (c) 2004 by Cogent Computer Systems
* Written by Jay Monkman <jtm@lopingdog.com>
- *
- * $Id$
*/
#include <libcpu/mmu.h>
#include <libcpu/arm-cp15.h>
diff --git a/c/src/lib/libcpu/arm/shared/include/cache_.h b/c/src/lib/libcpu/arm/shared/include/cache_.h
index b78dee6490..1949e86ed1 100644
--- a/c/src/lib/libcpu/arm/shared/include/cache_.h
+++ b/c/src/lib/libcpu/arm/shared/include/cache_.h
@@ -18,8 +18,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 LIBCPU_ARM_CACHE__H
diff --git a/c/src/lib/libcpu/arm/shared/include/mmu.h b/c/src/lib/libcpu/arm/shared/include/mmu.h
index d298a93e2b..c2ed62ed62 100644
--- a/c/src/lib/libcpu/arm/shared/include/mmu.h
+++ b/c/src/lib/libcpu/arm/shared/include/mmu.h
@@ -3,8 +3,6 @@
*
* Copyright (c) 2004 by Cogent Computer Systems
* Written by Jay Monkman <jtm@lopingdog.com>
- *
- * $Id$
*/
#ifndef __MMU_H__
#define __MMU_H__