diff options
author | B. Watson <yalhcru@gmail.com> | 2014-01-16 07:07:43 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:03 -0600 |
commit | ed455ab7ee2dfc67e40346ec8904fb860154d482 (patch) | |
tree | 2a2fe5dadacd6190ed2c9bf0f1be701f9e59967d /system/rtirq/slack-desc | |
parent | 669d3f8e8d4b713a2f4848564802a3874c4ea079 (diff) |
system/rtirq: Added (set priorities on kernel IRQ threads).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/rtirq/slack-desc')
-rw-r--r-- | system/rtirq/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/rtirq/slack-desc b/system/rtirq/slack-desc new file mode 100644 index 000000000000..f2b598cef988 --- /dev/null +++ b/system/rtirq/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +rtirq: rtirq (set priorities on kernel IRQ threads) +rtirq: +rtirq: The rtirq script is a bash script written by Rui Nuno Capela which +rtirq: works in conjunction with the IRQ threading facility of the Linux +rtirq: kernel. The script takes advantage of the fact that the kernel can +rtirq: use threads for IRQs management, and as such these threads (like any +rtirq: other thread running on your system) can be given maximum priority +rtirq: in an effort to minimize the latency of audio peripherals. +rtirq: +rtirq: +rtirq: |