PERFORCE change 169797 for review

Bjoern A. Zeeb bz at FreeBSD.org
Sun Oct 25 13:21:41 UTC 2009


http://p4web.freebsd.org/chv.cgi?CH=169797

Change 169797 by bz at 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.


More information about the p4-projects mailing list