2011-01-29 Ralf Corsépius <ralf.corsepius@rtems.org>

* page.c: Remove CVS-Header tag. Add CVS-Id
This commit is contained in:
Ralf Corsepius
2011-01-29 03:41:59 +00:00
parent 3e25dfc8c1
commit da67f11f89
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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>