diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-24 03:28:00 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:37 +0700 |
commit | f187e25e4efbc437055951110364d22546ec95f0 (patch) | |
tree | 6c05f82b86c819b1660a29206baeda98092f0544 /system/rtirq/README | |
parent | c2e2304deba1be1b2904c36fc940490223688abd (diff) | |
download | slackbuilds-f187e25e4efbc437055951110364d22546ec95f0.tar.gz |
system/rtirq: Updated for version 20210530_acf01e7.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rtirq/README')
-rw-r--r-- | system/rtirq/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/rtirq/README b/system/rtirq/README index 17f6b1cd99..1774f4bec8 100644 --- a/system/rtirq/README +++ b/system/rtirq/README @@ -3,7 +3,7 @@ rtirq (set priorities on kernel IRQ threads) The rtirq script is a bash script written by Rui Nuno Capela which works in conjunction with the IRQ threading facility of the Linux kernel. The script takes advantage of the fact that the kernel can use threads for -IRQs management, and as such these threads (like any other thread running +IRQ management, and as such these threads (like any other thread running on your system) can be given maximum priority in an effort to minimize the latency of audio peripherals. |