summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i386
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-01-29 03:41:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-01-29 03:41:59 +0000
commitda67f11f89ed516aee2b6c987cf0de283ad6e6f2 (patch)
treef008a30a6832b4b9357668b35a2ae0e7276954fc /c/src/lib/libcpu/i386
parent2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-da67f11f89ed516aee2b6c987cf0de283ad6e6f2.tar.bz2
2011-01-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* page.c: Remove CVS-Header tag. Add CVS-Id
Diffstat (limited to 'c/src/lib/libcpu/i386')
-rw-r--r--c/src/lib/libcpu/i386/ChangeLog4
-rw-r--r--c/src/lib/libcpu/i386/page.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/c/src/lib/libcpu/i386/ChangeLog b/c/src/lib/libcpu/i386/ChangeLog
index 44852e7dc1..ff8449bc17 100644
--- a/c/src/lib/libcpu/i386/ChangeLog
+++ b/c/src/lib/libcpu/i386/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-29 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * page.c: Remove CVS-Header tag. Add CVS-Id
+
2011-01-28 Joel Sherrill <joel.sherrilL@OARcorp.com>
* byteorder.h, cpu.h, page.c: Fix typo where license said
diff --git a/c/src/lib/libcpu/i386/page.c b/c/src/lib/libcpu/i386/page.c
index 6cdd622643..c8b8552a97 100644
--- a/c/src/lib/libcpu/i386/page.c
+++ b/c/src/lib/libcpu/i386/page.c
@@ -1,4 +1,6 @@
/*
+ * $Id$
+ *
* page.c :- This file contains implementation of C function to
* Instanciate paging. More detailled information
* can be found on Intel site and more precisely in
@@ -15,8 +17,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.
- *
- * $Header$
*/
#include <stdio.h>