-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm: Uncomment checks on
oops_in_progress
[Why] Usually, these correspond to functions which must be aborted when there is a panic in progress. `oops_in_progress` is supported by linuxkpi, thus we can rely on it. This should fix nested panics I saw because the some code verifies that some locks were acquires but they were not (because they were correctly skipped inside a panic). These lock assertions would cause another panic on top of the one being processed. [How] We simply remove all the `#ifdef __FreeBSD__`.
- Loading branch information
Showing
1 changed file
with
0 additions
and
24 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