PERFORCE change 95978 for review

Kip Macy kmacy at FreeBSD.org
Mon Apr 24 02:14:31 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95978

Change 95978 by kmacy at kmacy_storage:sun4v_rwbuf on 2006/04/24 02:14:05

	add delete all

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/include/tte_hash.h#8 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/include/tte_hash.h#8 (text+ko) ====

@@ -18,6 +18,8 @@
 
 int tte_hash_delete(tte_hash_t hash, vm_offset_t va);
 
+void tte_hash_delete_all(tte_hash_t hash);
+
 void tte_hash_insert(tte_hash_t hash, vm_offset_t va, tte_t data);
 
 tte_t *tte_hash_lookup(tte_hash_t hash, vm_offset_t va);


More information about the p4-projects mailing list