Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2008 15:56:40 GMT
From:      "Randall R. Stewart" <rrs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135799 for review
Message-ID:  <200802201556.m1KFueZ6057627@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135799

Change 135799 by rrs@rrs-mips2-jnpr on 2008/02/20 15:55:45

	comments for future readers.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/dump_machdep.c#2 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/dump_machdep.c#2 (text+ko) ====

@@ -27,3 +27,9 @@
 
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");
+
+/* Note to writer, when using pmap_kenter_temporary() you must,
+ * after using the va to write out the page, call 
+ * pmap_kenter_temporary_free().  You should probably also
+ * pin the dump thread to the CPU with sched_pin().
+ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802201556.m1KFueZ6057627>