Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
BugLink: http://bugs.launchpad.net/bugs/1700819 On P9 (Nimbus) DD2 and later, in radix mode, the move to the PID register will implicitly invalidate the user space ERAT entries and leave the kernel ones alone. Thus the only thing needed is an isync() to synchronize this with subsequent uaccess's Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> (cherry picked from commit 74e27c6 linux-next) Signed-off-by: Breno Leitao <leitao@debian.org> Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
- Loading branch information