Date: Mon, 24 Apr 2006 02:17:34 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95979 for review Message-ID: <200604240217.k3O2HYu6058745@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95979 Change 95979 by kmacy@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604240217.k3O2HYu6058745>