Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754757AbZJEWVm (ORCPT ); Mon, 5 Oct 2009 18:21:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754157AbZJEWVm (ORCPT ); Mon, 5 Oct 2009 18:21:42 -0400 Received: from vms173009pub.verizon.net ([206.46.173.9]:57347 "EHLO vms173009pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754122AbZJEWVl (ORCPT ); Mon, 5 Oct 2009 18:21:41 -0400 Date: Mon, 05 Oct 2009 18:20:44 -0400 (EDT) From: Len Brown X-X-Sender: lenb@localhost.localdomain To: Andrew Morton Cc: "Rafael J. Wysocki" , balbir@linux.vnet.ibm.com, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, a.p.zijlstra@chello.nl, shaohua.li@intel.com, svaidy@linux.vnet.ibm.com Subject: Re: [git pull request] ACPI Processor Aggregator Driver for 2.6.32-rc1 In-reply-to: <20091005140415.57f1db5e.akpm@linux-foundation.org> Message-id: References: <20091005033256.GA26592@balbir.in.ibm.com> <200910052159.24920.rjw@sisk.pl> <20091005140415.57f1db5e.akpm@linux-foundation.org> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 983 Lines: 24 > Technical question: the overall feature, which I'd describe as > "shutting down CPUs when an external agent tells us the > thermal/electrical/other load is too high" is not at all specific to > the x86 CPU. Should the code have been designed in such a way as to > permit other architectures to play? I agree with Peter and Vaidy that a generic capability in the Linux scheduler would be wonderful. But we don't have that today. Re: this driver in particular... acpi_pad accepts an ACPI event from the platform and then does something with it. Today, ACPI runs on just x86 and ia64, and I'm not aware of any plans to implement this particularly feature on ia64 platforms. cheers, Len Brown, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/