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)
Fri, Oct 17, 10:48 PM
Unknown Object (File)
Wed, Sep 24, 12:52 AM
Unknown Object (File)
Sun, Sep 21, 12:52 PM
Unknown Object (File)
Sun, Sep 21, 12:48 PM
Unknown Object (File)
Sun, Sep 21, 12:47 PM
Unknown Object (File)
Sun, Sep 21, 1:32 AM
Unknown Object (File)
Sep 17 2025, 1:56 PM
Unknown Object (File)
Sep 16 2025, 10:50 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.