freebsd-src/sys/i386
Alan Cox f1d73aacdc pmap: Skip some superpage promotion attempts that will fail
Implement a simple heuristic to skip pointless promotion attempts by
pmap_enter_quick_locked() and moea64_enter().  Specifically, when
vm_fault() calls pmap_enter_quick() to map neighboring pages at the end
of a copy-on-write fault, there is no point in attempting promotion in
pmap_enter_quick_locked() and moea64_enter().  Promotion will fail
because the base pages have differing protection.

Reviewed by:	kib
Differential Revision:	https://reviews.freebsd.org/D45431
MFC after:	1 week
2024-06-04 00:38:05 -05:00
..
acpica sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
bios sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
conf Remove COMPAT_FREEBSD4/5/6/7/9 from MINIMAL and FIRECRACKER kernel configurations 2024-05-23 14:30:57 -06:00
i386 pmap: Skip some superpage promotion attempts that will fail 2024-06-04 00:38:05 -05:00
include libkern: add ilog2 macro 2024-06-03 11:37:55 -05:00
linux syscalls: Regen for Linux emulator additions 2024-05-23 13:40:47 -06:00
pci x86: Adjust base addr for PCI MCFG regions 2023-12-27 13:14:47 -08:00
Makefile sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00