Hi
I am working on a project where I need to add some
functionality to kernel interrupt handlers. Due to
this extra processing my code runs quite slowly. Is
there any way to slow down timer inetrrupts since I
wasnt to check the effect of that on the execution
time of my code. I am using kernel v2.6
perhaps you should manually define HZ variable, decreasing it means lowering ticks per second. Trace how the related CONFIG_ value is taken from Kconfig and applied to kernel source (probably you need to grep).

regards,

Mulyadi

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to