Page MenuHomeFreeBSD

Micro-optimize the application of MADV_WILLNEED to existing superpage mappings
ClosedPublic

Authored by alc on Sep 29 2022, 6:16 PM.
Tags
None
Referenced Files
F61969313: D36801.id.diff
Mon, May 29, 8:48 AM
F61969260: D36801.id111205.diff
Mon, May 29, 8:47 AM
F61967616: D36801.diff
Mon, May 29, 8:04 AM
F61960492: D36801.id111283.diff
Mon, May 29, 4:40 AM
F61959932: D36801.diff
Mon, May 29, 4:26 AM
F61925697: D36801.id111283.diff
Sun, May 28, 12:40 PM
Unknown Object (File)
Tue, May 2, 8:43 PM
Unknown Object (File)
Apr 22 2023, 7:49 PM

Details

Summary

Specifically, avoid the pointless calls to pmap_enter_quick_locked().

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

alc requested review of this revision.Sep 29 2022, 6:16 PM
This revision is now accepted and ready to land.Sep 29 2022, 8:07 PM
mhorne added inline comments.
sys/amd64/amd64/pmap.c
7321

I believe this is meant to say KERN_RESOURCE_SHORTAGE instead. I can make the adjustment when I commit the related riscv pmap changes, if you like.

sys/amd64/amd64/pmap.c
7321

Yes, you are correct. Yes, please make the fix when you commit the riscv changes.