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.
diff --git a/driver/gator_events_cpufreq.c b/driver/gator_events_cpufreq.cindex edf9797..83e5bba 100644--- a/driver/gator_events_cpufreq.c+++ b/driver/gator_events_cpufreq.c@@ -68,7 +68,8 @@ static void gator_events_cpufreq_stop(void) static int cpufreq_simulate(void) {- int freq = (int)(cpufreq_quick_get(smp_processor_id())/1000);+ //int freq = (int)(cpufreq_quick_get(smp_processor_id())/1000);+ int freq = 350; //printk("cpufreq=%d MHz\n", freq); return freq; }