We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Unfortunately I have the same issue although I always return a constant.
int freq = (int)(cpufreq_quick_get(smp_processor_id())/1000);
int freq = 350;
I think the problem is somewhere else.
Are you testing on Pandaboard / OMAP4 platform?