From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH 2/4] acpi: change cpufreq tables to per_cpu variables Date: Wed, 13 Feb 2008 11:43:17 -0800 Message-ID: <20080213114317.0698a2b2.akpm@linux-foundation.org> References: <20080208233738.108449000@polaris-admin.engr.sgi.com> <20080208233738.427702000@polaris-admin.engr.sgi.com> <20080212153356.d2be3248.akpm@linux-foundation.org> <47B33278.3060408@sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from smtp2.linux-foundation.org ([207.189.120.14]:38515 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759303AbYBMToR (ORCPT ); Wed, 13 Feb 2008 14:44:17 -0500 In-Reply-To: <47B33278.3060408@sgi.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Mike Travis Cc: mingo@elte.hu, tglx@linutronix.de, ak@suse.de, clameter@sgi.com, steiner@sgi.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org, len.brown@intel.com, linux-acpi@vger.kernel.org On Wed, 13 Feb 2008 10:10:00 -0800 Mike Travis wrote: > Andrew Morton wrote: > > On Fri, 08 Feb 2008 15:37:40 -0800 > > Mike Travis wrote: > > > >> Change cpufreq tables from arrays to per_cpu variables in > >> drivers/acpi/processor_thermal.c > >> > >> Based on linux-2.6.git + x86.git > > > > I fixed a bunch of rejects in "[PATCH 1/4] cpufreq: change cpu freq tables > > to per_cpu variables" and it compiles OK. But this one was beyond my > > should-i-repair-it threshold, sorry. > > Should I rebase all the pending patches on 2.6.25-rc1 or 2.6.24-mm1 > (or some other combination)? > That depends on whether you have other things queued in one of the git trees. If not, against current mainline (which is later than 2.6.25-rc1!) would suit.