Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2009 13:21:41 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 169797 for review
Message-ID:  <200910251321.n9PDLfDv016615@repoman.freebsd.org>

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

Change 169797 by bz@bz_dumpster on 2009/10/25 13:21:12

	Add a dummy for the lately introduced but undocumented
	pmap_sync_icache().

Affected files ...

.. //depot/projects/s390/sys/s390/s390/pmap_bz.c#3 edit

Differences ...

==== //depot/projects/s390/sys/s390/s390/pmap_bz.c#3 (text+ko) ====

@@ -443,6 +443,15 @@
 {
 }
 
+/*
+ * Make the I-cache coherent with the memory or D-cache, depending on the
+ * semantics of the platform.
+ * XXX no man page.
+ */
+void
+pmap_sync_icache(pmap_t pm, vm_offset_t va, vm_size_t sz)
+{
+}
 
 /* -----------------------------------------------------------------------------
  * arch specifics.



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