Page MenuHomeFreeBSD

vm: Remove kernel stack swapping support, part 1
ClosedPublic

Authored by markj on Jul 24 2024, 9:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 11, 3:01 PM
Unknown Object (File)
Tue, Apr 7, 5:42 AM
Unknown Object (File)
Tue, Apr 7, 3:31 AM
Unknown Object (File)
Sun, Apr 5, 11:44 PM
Unknown Object (File)
Sun, Apr 5, 11:44 PM
Unknown Object (File)
Sun, Apr 5, 11:44 PM
Unknown Object (File)
Sun, Apr 5, 8:34 PM
Unknown Object (File)
Sun, Apr 5, 1:59 PM
Subscribers

Details

Summary
  • Disconnect the swapout daemon from the page daemon.
  • Remove swapout() and swapout_procs().

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jul 24 2024, 9:44 PM
sys/vm/vm_swapout.c
319–320

Are these still used after the below changes?

markj added inline comments.
sys/vm/vm_swapout.c
319–320

Indeed, they are not. I had already removed them in my local version of the patch but didn't re-upload since it's a minor change.

markj marked an inline comment as done.

More removals.

This revision now requires review to proceed.Jul 25 2024, 4:27 PM
This revision is now accepted and ready to land.Jul 25 2024, 4:43 PM