]> asedeno.scripts.mit.edu Git - linux.git/commit
nios2: Fix update_mmu_cache preload the TLB with the new PTE
authorNicholas Piggin <npiggin@gmail.com>
Wed, 6 Mar 2019 21:28:31 +0000 (05:28 +0800)
committerLey Foon Tan <ley.foon.tan@intel.com>
Wed, 6 Mar 2019 22:00:48 +0000 (06:00 +0800)
commit21e6bff5e0ef0033d776e64c40e6873d7c75e74b
tree501dd4adec10abc825735b5d44bcdebc8c721cd5
parent3ac23944de570df7a6309425aeef063be38f37c4
nios2: Fix update_mmu_cache preload the TLB with the new PTE

There is a bug in the TLB preload caused by the pid not being
shifted to the correct location in tlbmisc register.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
arch/nios2/mm/tlb.c