I have a Linux process that wakes every 1ms to do some processing. I have noticed that there is significant kernel activity 16us after the wake-up, so I guess that there is a 62.5kHz timer interrupt in the system. I think that that timer interrupt is consuming quite a lot of cpu load. I am wondering whether it is configurable and whether I need it.
Please can anyone give me a hint of what this interrupt is for? (I have tried googling it).