Hi
I'd like to do some realtime audio processing and like to be able to adjust realtime priorities on interrupts (e.g. USB Audio).
On my main Linux box I thus boot with the "threadirqs" kernel parameter.
I am on an olinuxino-A20-LIME2.
I have added "optargs=threadirqs" to /boot/uEnv.txt
cat /proc/cmdline -> "console=ttyS0,115200 threadirqs root=/dev/mmcblk0p1 rw rootwait video="
But there seems to be no threaded interrupts in "linux-sun7i".
ps -A | grep irq\/ -> (null)
Has anybody had any luck adding CONFIG_IRQ_FORCED_THREADING=y to
https://github.com/archlinuxarm/PKGBUIL ... n7i/config ??