-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Page faults: add support for custom fault handlers
This allows custom mmap() implementations for specific file descriptors to handle page faults on mmap()ed memory. This feature is used by the Nvidia GPU klib. The new_pending_fault_locked() function is no longer static so that it can be called from an arbitrary fault handler when a fault cannot be resolved synchronously.
- Loading branch information
1 parent
4fba303
commit d9dc4e0
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters