Page MenuHomeFreeBSD

vm: Remove kernel stack swapping support, part 8
ClosedPublic

Authored by markj on Jul 24 2024, 10:05 PM.
Tags
None
Referenced Files
F135458548: D46119.id141343.diff
Mon, Nov 10, 1:05 AM
Unknown Object (File)
Mon, Oct 27, 9:14 AM
Unknown Object (File)
Sun, Oct 26, 6:11 AM
Unknown Object (File)
Sun, Oct 26, 5:42 AM
Unknown Object (File)
Sat, Oct 25, 6:19 AM
Unknown Object (File)
Fri, Oct 24, 12:48 PM
Unknown Object (File)
Fri, Oct 24, 3:48 AM
Unknown Object (File)
Thu, Oct 23, 7:28 AM
Subscribers

Details

Summary
  • The kernel stack objects do not need to be pageable, so use OBJT_PHYS objects instead. The main difference is that mappings do not require PV entries.
  • Make some externally visible functions private to vm_glue.c, as their external consumer is now gone.

Diff Detail

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