Page MenuHomeFreeBSD

vm: Remove kernel stack swapping support, part 3
ClosedPublic

Authored by markj on Jul 24 2024, 9:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 10, 7:24 PM
Unknown Object (File)
Sat, Oct 26, 1:05 AM
Unknown Object (File)
Oct 8 2024, 5:37 PM
Unknown Object (File)
Oct 4 2024, 9:55 PM
Unknown Object (File)
Oct 4 2024, 7:17 PM
Unknown Object (File)
Oct 2 2024, 10:18 PM
Unknown Object (File)
Oct 2 2024, 10:14 PM
Unknown Object (File)
Oct 2 2024, 9:14 PM
Subscribers

Details

Summary
  • Modify PHOLD() to no longer fault in the process.
  • Remove _PHOLD_LITE(), which is now the same as _PHOLD().
  • Remove faultin() and its callees.

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:47 PM
kib added inline comments.
sys/sys/proc.h
707

The comment should be updated (like 'prevent exit').

This revision was automatically updated to reflect the committed changes.
markj marked an inline comment as done.