Module Name:    src
Committed By:   pooka
Date:           Wed Feb 12 22:30:45 UTC 2014

Modified Files:
        src/sys/rump/librump/rumpkern/arch/generic: rump_generic_pmap.c

Log Message:
Minor comment massage, zero functionality massage.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    src/sys/rump/librump/rumpkern/arch/generic/rump_generic_pmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/librump/rumpkern/arch/generic/rump_generic_pmap.c
diff -u src/sys/rump/librump/rumpkern/arch/generic/rump_generic_pmap.c:1.1 src/sys/rump/librump/rumpkern/arch/generic/rump_generic_pmap.c:1.2
--- src/sys/rump/librump/rumpkern/arch/generic/rump_generic_pmap.c:1.1	Wed Feb 12 22:28:43 2014
+++ src/sys/rump/librump/rumpkern/arch/generic/rump_generic_pmap.c	Wed Feb 12 22:30:45 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: rump_generic_pmap.c,v 1.1 2014/02/12 22:28:43 pooka Exp $	*/
+/*	$NetBSD: rump_generic_pmap.c,v 1.2 2014/02/12 22:30:45 pooka Exp $	*/
 
 /*
  * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
@@ -26,17 +26,15 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_generic_pmap.c,v 1.1 2014/02/12 22:28:43 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_generic_pmap.c,v 1.2 2014/02/12 22:30:45 pooka Exp $");
 
 #include <sys/param.h>
 
 #include <uvm/uvm_extern.h>
 
 /*
- * This is the MI pmap implementation for rump.  It's used only by
- * architectures which do not conform to the kernel ABI.  The kernel
- * ABI conformant architectures provide their own pmap under librump/arch
- * (due to various messiness with macros in the pmap "interface").
+ * This is the MI pmap implementation for rump kernels.  It's used only by
+ * architectures which do not conform to the kernel ABI.
  */
 
 struct pmap *const kernel_pmap_ptr = (struct pmap *const)-1;

Reply via email to