PERFORCE change 167533 for review
Bjoern A. Zeeb
bz at FreeBSD.org
Thu Aug 20 12:27:47 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=167533
Change 167533 by bz at bz_dumpster on 2009/08/20 12:27:31
Yet another mandatory but w/o man page function;
I wonder why each machine/pmap.h has to have it
rather than vm/pmap.h which only has it as comment.
Affected files ...
.. //depot/projects/s390/sys/s390/s390/pmap_bz.c#2 edit
Differences ...
==== //depot/projects/s390/sys/s390/s390/pmap_bz.c#2 (text+ko) ====
@@ -372,6 +372,17 @@
}
/*
+ * Returns TRUE if the given page has a managed mapping.
+ * XXX no man page.
+ */
+boolean_t
+pmap_page_is_mapped(vm_page_t m)
+{
+
+ return (TRUE);
+}
+
+/*
* Clear the modified and write bits in the physical mappings of the
* physical page m.
* XXX no man page.
More information about the p4-projects
mailing list