commit | 5a23237f14c5f35afbbf9d4a5bdfb2421a7af665 | [log] [tgz] |
---|---|---|
author | John David Anglin <dave.anglin@bell.net> | Fri Oct 19 20:33:29 2018 -0400 |
committer | Helge Deller <deller@gmx.de> | Sat Oct 20 21:09:30 2018 +0200 |
tree | 56285e2e0ff46a0fca2e7b768d72ee5f710dc5b3 | |
parent | fe8376dbbd6ac1febb0fd6389e3ec4f349e70c71 [diff] |
parisc: Remove pte_inserted define The attached change removes the pte_inserted from pgtable.h. As a result, we always flush the TLB entry when the associated page table entry is changed. This change doesn't impact performance signifcantly and it may catch some cases where the TLB needs flushing but wasn't. Signed-off-by: John David Anglin <dave.anglin@bell.net> Signed-off-by: Helge Deller <deller@gmx.de>