]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/mm/radix: Update to tlb functions ric argument
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 8 Jun 2016 14:25:50 +0000 (19:55 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 10 Jun 2016 06:14:43 +0000 (16:14 +1000)
commitaaa1b3d559fe06124a6d1524957a63280dea59c1
tree964bc8474f56fd52e9bbf98082ca2aee059790a5
parent9f3bacb998943571fa6b4ebb5a177c9eb3657763
powerpc/mm/radix: Update to tlb functions ric argument

Radix invalidate control (RIC) is used to control which cache to flush
using tlb instructions. When doing a PID flush, we currently flush
everything including page walk cache. For address range flush, we flush
only the TLB. In the next patch, we add support for flushing only the
page walk cache.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/tlb-radix.c