]> asedeno.scripts.mit.edu Git - linux.git/commit
nios2: TLBMISC writes do not require PID bits to be set
authorNicholas Piggin <npiggin@gmail.com>
Mon, 12 Nov 2018 15:03:35 +0000 (23:03 +0800)
committerLey Foon Tan <ley.foon.tan@intel.com>
Wed, 6 Mar 2019 21:29:35 +0000 (05:29 +0800)
commit7d1730708b8aa345a9b2e9e1ffa2d9aa7019d4e2
tree9978c8cb09fbb8a0a1360fb66f22a92e8c6f6286
parent3437d3c886ed07863acde923a627395abb177aa9
nios2: TLBMISC writes do not require PID bits to be set

TLBMISC_RD does not use PID bits, and when setting invalid TLBs,
the PID is not required because the address will not match.

This is just a tidy up.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
arch/nios2/mm/tlb.c