Hi, In amd64, we have rdtsc instruction which uses a timer updated at cpu frequency. The frequency is given by variable, opal_timer_linux_freq which is the cpu frequency.
Consider the case where a timer updated at non-cpu frequency is to be used. Question: In this case, how do we specify the frequency of the timer? -- Abhishek