Triode.
Find enclosed the 300Hz.patch. It's been successfully applied on the
Cubitruck Debian project and Cubitruck Arch image @ Cubieforums. It
applies to 3.4 kernels.
On e.g. kernel 3.16 for RPI, CONFIG_HZ is no longer hardcoded for ARM.
You can change it with menuconfig. I did some benchmarking. You can read
at ARCH-ARM forums - kernel developer section about it. The most obvious
advantage: linpack gave me 6% higher performance for RPI@250Hz then
stock 100Hz. Note: RPI worked better with 250Hz.
CT works well with 300Hz. IMO the whole system runs smoother with lower
latencies.
#diff -Naur ./arch/arm/Kconfig ./arch/arm/Kconfig.300 >/tmp/300Hz.patch
Code:
--------------------
--- ./arch/arm/Kconfig 2014-05-13 23:29:12.000000000 +0200
+++ ./arch/arm/Kconfig.300 2014-10-27 09:27:19.998178012 +0100
@@ -1709,7 +1709,7 @@
default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER
default AT91_TIMER_HZ if ARCH_AT91
default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE
- default 100
+ default 300
config THUMB2_KERNEL
bool "Compile the kernel in Thumb-2 mode (EXPERIMENTAL)"
--------------------
::: ' Touch Toolbox and more' (http://soundcheck-audio.blogspot.com) :::
by soundcheck
------------------------------------------------------------------------
soundcheck's Profile: http://forums.slimdevices.com/member.php?userid=34383
View this thread: http://forums.slimdevices.com/showthread.php?t=101624
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix