I am trying to register interrupt for the timer of GT_Chip. I've used register_cpu_interrupt_handler() function.(hardware is MIPS64) . I've also enabled and selected TC0, and set the
initial counter value to 50000000 using gt functions.
but no interrupts r generating. How to do that right? can somebody plz help?