aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorZachary Amsden <zach@vmware.com>2007-05-02 19:27:19 +0200
committerAndi Kleen <andi@basil.nowhere.org>2007-05-02 19:27:19 +0200
commit142dd975911fdd82b1b6f6617cd20ac90a8ccf00 (patch)
tree1e72e96bce64d9301d3305b4dd0b30675c8676b0 /README
parent[PATCH] i386: pte clear optimization (diff)
downloadlinux-dev-142dd975911fdd82b1b6f6617cd20ac90a8ccf00.tar.xz
linux-dev-142dd975911fdd82b1b6f6617cd20ac90a8ccf00.zip
[PATCH] i386: pte xchg optimization
In situations where page table updates need only be made locally, and there is no cross-processor A/D bit races involved, we need not use the heavyweight xchg instruction to atomically fetch and clear page table entries. Instead, we can just read and clear them directly. This introduces a neat optimization for non-SMP kernels; drop the atomic xchg operations from page table updates. Thanks to Michel Lespinasse for noting this potential optimization. Signed-off-by: Zachary Amsden <zach@vmware.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions