commit | 4dd5b673fa625d647447ae4c477bf946ae877711 | [log] [tgz] |
---|---|---|
author | John David Anglin <dave.anglin@bell.net> | Thu Sep 20 22:31:48 2018 -0400 |
committer | Helge Deller <deller@gmx.de> | Wed Oct 17 08:18:01 2018 +0200 |
tree | 744e385fb42807c602e005db0dbc97e90871e56f | |
parent | d27dfa13b9f77ae7e6ed09d70a0426ed26c1a8f9 [diff] |
parisc: Purge TLB entries after updating page table entry and set page accessed flag in TLB handler This patch may resolve some races in TLB handling. Hopefully, TLB inserts are accesses and protected by spin lock. If not, we may need to IPI calls and do local purges on PA 2.0. Signed-off-by: John David Anglin <dave.anglin@bell.net> Signed-off-by: Helge Deller <deller@gmx.de>