commit | 62dbec78be652c28f63ad5eda3d01c244c916040 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Mon Nov 07 14:09:58 2005 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 07 14:09:58 2005 -0800 |
tree | 2f1e77d3f3a645dd4bfc36ef80bb60a9a2161ad8 | |
parent | 4c85ce522fc4bf1b8fcd6255fadc11cfb75773df [diff] |
[SPARC64] mm: Do not flush TLB mm in tlb_finish_mmu() It isn't needed any longer, as noted by Hugh Dickins. We still need the flush routines, due to the one remaining call site in hugetlb_prefault_arch_hook(). That can be eliminated at some later point, however. Signed-off-by: David S. Miller <davem@davemloft.net>