2008-10-08 10:23:50 Blackfin timer ticks
Appalayagari Sreedhar (INDIA)
Message: 63273
Hi,
How to get the blackfin timer ticks in Kernel Space.
I can get the Blackfin timer ticks in user space like this.
system("cat /proc/interrupts | grep \"BFIN Timer Tick\" );
How to get the same in Kernel Space?
Best Regards, Sreedhar.
QuoteReplyEditDelete
2008-10-08 10:49:59 Re: Blackfin timer ticks
Michael Hennerich (GERMANY)
Message: 63274
Use jiffies ...
-Michael