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; }