]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a bug related to marking pages virtually uncacheable due to illegal
authorJake Burkholder <jake@FreeBSD.org>
Sat, 22 Jun 2002 23:55:15 +0000 (23:55 +0000)
committerJake Burkholder <jake@FreeBSD.org>
Sat, 22 Jun 2002 23:55:15 +0000 (23:55 +0000)
commitf5885ad905a19a6a13dda4cd065ec42866feacb7
tree8ab93feecf18feb10fe0e7d3dd1e0d2812347b62
parent73cb22707a38aa9731fd4379cc1e25c8ef4baca4
Fix a bug related to marking pages virtually uncacheable due to illegal
dcache aliasing.  A page that already had more than 1 mapping of the
same virtual colour would not be correctly uncached.

Noticed by: Artur Grabowski <art@openbsd.org>
sys/sparc64/sparc64/pmap.c