]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix ARM cache handling yet more.
authorRafal Jaworowski <raj@FreeBSD.org>
Thu, 11 Mar 2010 21:16:54 +0000 (21:16 +0000)
committerRafal Jaworowski <raj@FreeBSD.org>
Thu, 11 Mar 2010 21:16:54 +0000 (21:16 +0000)
commitda10e7e2d62e5b54300d8373fdc1553befd681de
tree5d8d8ca77e40d26e4af5a0a4ae96ed16b6c0908e
parent43404d7e0b0dee8cb5ade100edc27f7e05303749
Fix ARM cache handling yet more.

1) vm_machdep.c: remove the dangling allocations so they do not
   un-necessarily turn off the cache upon consecutive access.

2) busdma_machdep.c: remove the same amount than shadow mapped.

Reported by: Maks Verver
Submitted by: Mark Tinguely
Reviewed by: Grzegorz Bernacki
MFC after: 3 days
sys/arm/arm/busdma_machdep.c
sys/arm/arm/vm_machdep.c