diff options
author | 2022-03-19 19:04:15 +0000 | |
---|---|---|
committer | 2022-03-21 13:30:54 +0100 | |
commit | 53d862fac4a09b9c56cca0433fa9de5732fd05a1 (patch) | |
tree | 1b02d6ee02e1669bf73edc090b7085718ab53f8a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | parisc: Avoid flushing cache on cache-less machines (diff) | |
download | wireguard-linux-53d862fac4a09b9c56cca0433fa9de5732fd05a1.tar.xz wireguard-linux-53d862fac4a09b9c56cca0433fa9de5732fd05a1.zip |
parisc: Fix invalidate/flush vmap routines
Cache move-in for virtual accesses is controlled by the TLB. Thus,
we must generally purge TLB entries before flushing. The flush routines
must use TLB entries that inhibit cache move-in.
V2: Load physical address prior to flushing TLB. In flush_cache_page,
flush TLB when flushing and purging.
V3: Don't flush when start equals end.
Signed-off-by: John David Anglin <dave.anglin@bell.net>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions