From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761306AbYBLXey (ORCPT ); Tue, 12 Feb 2008 18:34:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759512AbYBLXeh (ORCPT ); Tue, 12 Feb 2008 18:34:37 -0500 Received: from smtp2.linux-foundation.org ([207.189.120.14]:41055 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759301AbYBLXef (ORCPT ); Tue, 12 Feb 2008 18:34:35 -0500 Date: Tue, 12 Feb 2008 15:33:56 -0800 From: Andrew Morton 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 Subject: Re: [PATCH 2/4] acpi: change cpufreq tables to per_cpu variables Message-Id: <20080212153356.d2be3248.akpm@linux-foundation.org> In-Reply-To: <20080208233738.427702000@polaris-admin.engr.sgi.com> References: <20080208233738.108449000@polaris-admin.engr.sgi.com> <20080208233738.427702000@polaris-admin.engr.sgi.com> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.