Searched hist:bf0b90e357c883e8efd72954432efe652de74c76 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/cpufreq/ |
H A D | cpufreq_ondemand.c | diff bf0b90e357c883e8efd72954432efe652de74c76 Mon Aug 04 13:59:07 CDT 2008 venkatesh.pallipadi@intel.com <venkatesh.pallipadi@intel.com> [CPUFREQ][1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg()
Add a cpu parameter to __cpufreq_driver_getavg(). This is needed for software cpufreq coordination where policy->cpu may not be same as the CPU on which we want to getavg frequency.
A follow-on patch will use this parameter to getavg freq from all cpus in policy->cpus.
Change since last patch. Fix the offline/online and suspend/resume oops reported by Youquan Song <youquan.song@intel.com>
Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> Signed-off-by: Dave Jones <davej@redhat.com>
|
H A D | cpufreq.c | diff bf0b90e357c883e8efd72954432efe652de74c76 Mon Aug 04 13:59:07 CDT 2008 venkatesh.pallipadi@intel.com <venkatesh.pallipadi@intel.com> [CPUFREQ][1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg()
Add a cpu parameter to __cpufreq_driver_getavg(). This is needed for software cpufreq coordination where policy->cpu may not be same as the CPU on which we want to getavg frequency.
A follow-on patch will use this parameter to getavg freq from all cpus in policy->cpus.
Change since last patch. Fix the offline/online and suspend/resume oops reported by Youquan Song <youquan.song@intel.com>
Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> Signed-off-by: Dave Jones <davej@redhat.com>
|
/openbmc/linux/include/linux/ |
H A D | cpufreq.h | diff bf0b90e357c883e8efd72954432efe652de74c76 Mon Aug 04 13:59:07 CDT 2008 venkatesh.pallipadi@intel.com <venkatesh.pallipadi@intel.com> [CPUFREQ][1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg()
Add a cpu parameter to __cpufreq_driver_getavg(). This is needed for software cpufreq coordination where policy->cpu may not be same as the CPU on which we want to getavg frequency.
A follow-on patch will use this parameter to getavg freq from all cpus in policy->cpus.
Change since last patch. Fix the offline/online and suspend/resume oops reported by Youquan Song <youquan.song@intel.com>
Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> Signed-off-by: Dave Jones <davej@redhat.com>
|