Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/mm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30232/arch/vax/mm
Modified Files:
init.c ioremap.c pgalloc.c pgtable.c
Log Message:
- Removal of $Id$
- Touchup for ptrace.c -- there's probably another round needed, tough...
Index: pgtable.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/mm/pgtable.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- pgtable.c 25 Apr 2005 15:59:24 -0000 1.6
+++ pgtable.c 25 Apr 2005 22:25:05 -0000 1.7
@@ -1,7 +1,5 @@
/*
- * $Id$
- *
- * handle bits of VAX memory management
+ * Handle bits of VAX memory management
* atp 2000
*/
Index: pgalloc.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/mm/pgalloc.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- pgalloc.c 25 Apr 2005 15:59:24 -0000 1.8
+++ pgalloc.c 25 Apr 2005 22:25:05 -0000 1.9
@@ -1,15 +1,13 @@
/*
- * $Id$
- *
* pgalloc.c Routines from include/asm-vax/mm/pgalloc.h
* Allocation of page table entries and so forth.
*
* This is the main part of the VAX specific memory layer.
*
- * Copyright atp Jun 2001 - complete rewrite.
- * atp aug 2001 - add in stuff for vmalloc to work (pmd_alloc_kernel)
- * fix mistake in pte_alloc_kernel.
- * atp 21 aug 01 - make TASK_WSMAX what was intended, add in segv stuff.
+ * Copyright atp Jun 2001 - complete rewrite.
+ * atp aug 2001 - add in stuff for vmalloc to work (pmd_alloc_kernel)
+ * fix mistake in pte_alloc_kernel.
+ * atp 21 aug 01 - make TASK_WSMAX what was intended, add in segv stuff.
*
* License: GNU GPL
*/
Index: init.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/mm/init.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- init.c 25 Apr 2005 15:50:42 -0000 1.17
+++ init.c 25 Apr 2005 22:25:05 -0000 1.18
@@ -1,5 +1,5 @@
-/* $Id$
- * initialise the VM system.
+/*
+ * Initialise the VM system.
* Copyright atp Nov 1998
* GNU GPL
*/
Index: ioremap.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/mm/ioremap.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ioremap.c 25 Apr 2005 09:18:48 -0000 1.8
+++ ioremap.c 25 Apr 2005 22:25:05 -0000 1.9
@@ -1,12 +1,9 @@
/*
- * $Id$
- *
- * Copyright (C) 2000 Kenn Humborg
- *
- * This file contains the functions for mapping specific physical
- * addresses into virtual memory, normally used to memory map
- * device registers in IO space.
+ * Copyright (C) 2000 Kenn Humborg
*
+ * This file contains the functions for mapping specific physical
+ * addresses into virtual memory, normally used to memory map
+ * device registers in IO space.
*/
/* The i386 code maps a physical range by allocating a new vm area
|