• C
    tile: convert uses of "inv" to "finv" · dd78bc11
    Chris Metcalf 提交于
    The "inv" (invalidate) instruction is generally less safe than "finv"
    (flush and invalidate), as it will drop dirty data from the cache.
    It turns out we have almost no need for "inv" (other than for the
    older 32-bit architecture in some limited cases), so convert to
    "finv" where possible and delete the extra "inv" infrastructure.
    Signed-off-by: NChris Metcalf <cmetcalf@tilera.com>
    dd78bc11
cacheflush.h 4.9 KB