]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rewrite pmap_enter to avoid copying ttes in all cases.
authorjake <jake@FreeBSD.org>
Tue, 21 May 2002 02:14:11 +0000 (02:14 +0000)
committerjake <jake@FreeBSD.org>
Tue, 21 May 2002 02:14:11 +0000 (02:14 +0000)
commit927ef29f4c3942e3f9abd3830ca1bafd3424247c
tree07f90644e9add7bf2b188277e30a45877bd9a86c
parentb7c2a22c23112a37a57d28e9b68d459e4b54b8d8
Rewrite pmap_enter to avoid copying ttes in all cases.
Pass the tte data to tsb_tte_enter instead of a whole tte, also to avoid
copying.
sys/sparc64/sparc64/pmap.c
sys/sparc64/sparc64/tsb.c