summaryrefslogtreecommitdiffstats
path: root/scripts/config
diff options
context:
space:
mode:
authorNaoya Horiguchi <n-horiguchi@ah.jp.nec.com>2015-02-12 00:27:34 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2015-02-12 02:06:05 +0100
commit0b1fbfe50006c41014cc25660c0e735d21c34939 (patch)
tree14c4d882894fdb12dbe7f0f34d01e595aa2b2fba /scripts/config
parentproc/pagemap: walk page tables under pte lock (diff)
downloadlinux-0b1fbfe50006c41014cc25660c0e735d21c34939.tar.xz
linux-0b1fbfe50006c41014cc25660c0e735d21c34939.zip
mm/pagewalk: remove pgd_entry() and pud_entry()
Currently no user of page table walker sets ->pgd_entry() or ->pud_entry(), so checking their existence in each loop is just wasting CPU cycle. So let's remove it to reduce overhead. Signed-off-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Cc: Andrea Arcangeli <aarcange@redhat.com> Cc: Cyrill Gorcunov <gorcunov@openvz.org> Cc: Dave Hansen <dave.hansen@intel.com> Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Cc: Pavel Emelyanov <xemul@parallels.com> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions