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] Cpufreq domain structure update from array to link li

To: Xen Developers <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel][PATCH] Cpufreq domain structure update from array to link list
From: "Liu, Jinsong" <jinsong.liu@xxxxxxxxx>
Date: Wed, 29 Oct 2008 10:40:37 +0800
Accept-language: en-US
Acceptlanguage: en-US
Cc: Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Delivery-date: Tue, 28 Oct 2008 19:41:15 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Ack5b7mVfxH+BX9QQmy1qn2qyRVW5Q==
Thread-topic: [Xen-devel][PATCH] Cpufreq domain structure update from array to link list
Cpufreq domain structure update from array to link list

Current cpufreq domain is an array cpufreq_dom_map[NR_CPUS].
However, according to Jan Beulich's suggestion, domain number may be sparse or 
bigger than NR_CPUS.
This patch update cpufreq domain structure from array to link list, adapt 
sparse or big domain number.

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

Attachment: px-xen-dom-update.patch
Description: px-xen-dom-update.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] Cpufreq domain structure update from array to link list, Liu, Jinsong <=