PERFORCE change 95979 for review

Kip Macy kmacy at FreeBSD.org
Mon Apr 24 02:17:36 UTC 2006


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

Change 95979 by kmacy at kmacy_storage:sun4v_rwbuf on 2006/04/24 02:16:34

	clear entire tte hash

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/tte_hash.c#13 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/tte_hash.c#13 (text+ko) ====

@@ -255,6 +255,12 @@
 	return (vaindex < 4);
 }
 
+void
+tte_hash_delete_all(tte_hash_t th)
+{
+	
+	bzero(th->th_hashtable, th->th_size*PAGE_SIZE);
+}
 
 void
 tte_hash_insert(tte_hash_t th, vm_offset_t va, tte_t tte_data)


More information about the p4-projects mailing list