commit | 21e6bff5e0ef0033d776e64c40e6873d7c75e74b | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Thu Mar 07 05:28:31 2019 +0800 |
committer | Ley Foon Tan <ley.foon.tan@intel.com> | Thu Mar 07 06:00:48 2019 +0800 |
tree | 501dd4adec10abc825735b5d44bcdebc8c721cd5 | |
parent | 3ac23944de570df7a6309425aeef063be38f37c4 [diff] |
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>