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
Unknown Object (File)
Wed, Apr 15, 10:28 AM
Unknown Object (File)
Sun, Apr 12, 12:20 AM
Unknown Object (File)
Sat, Apr 11, 10:13 PM
Unknown Object (File)
Sat, Apr 11, 11:31 AM
Unknown Object (File)
Wed, Apr 8, 12:18 PM
Unknown Object (File)
Mon, Apr 6, 2:52 PM
Unknown Object (File)
Sun, Apr 5, 4:34 AM
Unknown Object (File)
Mon, Mar 30, 5:53 PM
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