Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2009 12:27:45 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 167533 for review
Message-ID:  <200908201227.n7KCRjPZ026645@repoman.freebsd.org>

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

Change 167533 by bz@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.



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