android_kernel_motorola_sm6225/arch/tile/include/uapi
Chris Metcalf dd78bc11fb tile: convert uses of "inv" to "finv"
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: Chris Metcalf <cmetcalf@tilera.com>
2013-07-31 11:51:19 -04:00
..
arch tile: avoid defining INT_MASK macro in <arch/interrupts.h> 2013-02-04 12:53:15 -05:00
asm tile: convert uses of "inv" to "finv" 2013-07-31 11:51:19 -04:00