FreeBSD/src 5db8674 (r350206)sys/powerpc/aim mmu_oea64.c

powerpc64/mmu: Make moea64_pvo_enter() return if an entry already exists

Summary:
Instead of searching for a PVO entry before adding, take advantage of
the fact that RB_INSERT() returns NULL if it inserts, and the existing entry if
an entry exists, without inserting a new entry.  This saves an extra tree
traversal in the cases where the PVO does not exist.

Reviewed by:    luporl
Differential Revision: https://reviews.freebsd.org/D20944
DeltaFile
+17-9sys/powerpc/aim/mmu_oea64.c
+17-91 files

UnifiedSplitRaw