]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
If the L2 cache type is PIPT, pass a physical address for a flush.
authorian <ian@FreeBSD.org>
Sun, 23 Feb 2014 22:52:48 +0000 (22:52 +0000)
committerian <ian@FreeBSD.org>
Sun, 23 Feb 2014 22:52:48 +0000 (22:52 +0000)
commitd45f81d37a377932f62d9668de72ff609ba072dd
treed97eba3c9ad1ba858add069f9eb442eff9de4e72
parent19920f52f7093f9320bea19e012e5517ae02aea5
If the L2 cache type is PIPT, pass a physical address for a flush.

While this is technically more correct, I don't think it much matters,
because the only thing in the tree that calls cpu_flush_dcache() is md(4)
and I'm > 99% sure it's bogus that it does so; md has no ability to do
anything that can perturb data cache coherency.
sys/arm/arm/machdep.c