diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2014-11-03 17:51:34 +0300 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-12-02 03:03:45 +0300 |
commit | 0ec2698fe1c451606c16e21dbfbd29efce694668 (patch) | |
tree | 527a75c8e8264598235e27ea1e87bad6f924ef2f /arch/powerpc/oprofile | |
parent | 221195fb80daa1a0c2fd54a023081c416fe93340 (diff) | |
download | linux-0ec2698fe1c451606c16e21dbfbd29efce694668.tar.xz |
powerpc/mm: Check for matching hpte without taking hpte lock
With smaller hash page table config, we would end up in situation
where we would be replacing hash page table slot frequently. In
such config, we will find the hpte to be not matching, and we
can do that check without holding the hpte lock. We need to
recheck the hpte again after holding lock.
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/oprofile')
0 files changed, 0 insertions, 0 deletions