-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PKGBUILD: Introduce rt $_preempt option
In an attempt to correctly classify $_cpusched as strictly CPU schedulers, remove both `rt` and `rt-bore` from $_cpusched option and move it to $_preempt. In fact, this would be more correct and make more sense, since PREEMPT_RT only makes more code preemptible compared to PREEMPT and doesn't do anything else special. One of the blockers for this was sourcing the OOT patches that were needed for the i915 module to be compiled, but this is not a problem as there is a conditional check for rt to not build zfs. Signed-off-by: Eric Naim <[email protected]>
- Loading branch information
Showing
1 changed file
with
6 additions
and
12 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