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)
Tue, Mar 31, 4:03 PM
Unknown Object (File)
Sat, Mar 28, 4:36 PM
Unknown Object (File)
Fri, Mar 20, 5:24 PM
Unknown Object (File)
Thu, Mar 19, 3:57 PM
Unknown Object (File)
Thu, Mar 19, 10:18 AM
Unknown Object (File)
Wed, Mar 18, 7:06 PM
Unknown Object (File)
Tue, Mar 17, 7:10 PM
Unknown Object (File)
Sat, Mar 14, 12:05 AM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 58812
Build 55699: arc lint + arc unit

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.