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)
Thu, Apr 23, 11:39 AM
Unknown Object (File)
Tue, Apr 21, 1:35 AM
Unknown Object (File)
Mon, Apr 20, 5:22 AM
Unknown Object (File)
Mon, Apr 20, 12:20 AM
Unknown Object (File)
Fri, Apr 17, 12:22 PM
Unknown Object (File)
Thu, Apr 16, 4:45 AM
Unknown Object (File)
Wed, Apr 15, 3:24 AM
Unknown Object (File)
Tue, Mar 31, 4:03 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 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.