WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel][PATCH 2/3] Add cpufreq logic corresponding to S3 suspend/res

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel][PATCH 2/3] Add cpufreq logic corresponding to S3 suspend/resume
From: "Liu, Jinsong" <jinsong.liu@xxxxxxxxx>
Date: Sun, 22 Jun 2008 01:22:05 +0800
Cc: "Tian, Kevin" <kevin.tian@xxxxxxxxx>, "Nakajima, Jun" <jun.nakajima@xxxxxxxxx>
Delivery-date: Sat, 21 Jun 2008 10:22:33 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcjTw1Ot6fvrSDK0SvCFrb2J4gD6WA==
Thread-topic: [Xen-devel][PATCH 2/3] Add cpufreq logic corresponding to S3 suspend/resume
Cpufreq init logic reconstruct-2

Decompose original acpi_cpufreq_init() logic into 4 functions:
cpufreq_dom_init(), cpufreq_dom_exit(), cpufreq_cpu_init(),
cpufreq_dom_dbs()
to make cpufreq init logic simple and clear, and to make S3
suspend/resume 
and cpu hotplug logic can reuse 2~3 functions of them accordingly.

Signed-off-by: Liu Jinsong <jinsong.liu@xxxxxxxxx>

Attachment: px-xen-2-reconstruct.patch
Description: px-xen-2-reconstruct.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel][PATCH 2/3] Add cpufreq logic corresponding to S3 suspend/resume, Liu, Jinsong <=