Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754894AbYG3Q4R (ORCPT ); Wed, 30 Jul 2008 12:56:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751580AbYG3Q4D (ORCPT ); Wed, 30 Jul 2008 12:56:03 -0400 Received: from testure.choralone.org ([194.9.77.134]:53566 "EHLO testure.choralone.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751172AbYG3Q4B (ORCPT ); Wed, 30 Jul 2008 12:56:01 -0400 Date: Wed, 30 Jul 2008 12:55:39 -0400 From: Dave Jones To: Mike Travis Cc: Ingo Molnar , Rusty Russell , Andrew Morton , "H. Peter Anvin" , Jack Steiner , Christoph Lameter , linux-kernel@vger.kernel.org, Len Brown , Lennert Buytenhek , Paul Jackson , Tony Luck , Tigran Aivazian , Paul Mackerras , Benjamin Herrenschmidt , Robert Richter , Martin Schwidefsky , Heiko Carstens , Sam Creasey , Greg Banks , "Eric W. Biederman" , Adrian Bunk , Thomas Gleixner , Andreas Schwab , Johannes Weiner Subject: Re: [PATCH 1/1] cpumask: Change cpumask_of_cpu to use cpumask_of_cpu_map Message-ID: <20080730165539.GA10079@codemonkey.org.uk> Mail-Followup-To: Dave Jones , Mike Travis , Ingo Molnar , Rusty Russell , Andrew Morton , "H. Peter Anvin" , Jack Steiner , Christoph Lameter , linux-kernel@vger.kernel.org, Len Brown , Lennert Buytenhek , Paul Jackson , Tony Luck , Tigran Aivazian , Paul Mackerras , Benjamin Herrenschmidt , Robert Richter , Martin Schwidefsky , Heiko Carstens , Sam Creasey , Greg Banks , "Eric W. Biederman" , Adrian Bunk , Thomas Gleixner , Andreas Schwab , Johannes Weiner References: <20080723171841.815234000@polaris-admin.engr.sgi.com> <20080723171841.997896000@polaris-admin.engr.sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080723171841.997896000@polaris-admin.engr.sgi.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1013 Lines: 23 On Wed, Jul 23, 2008 at 10:18:42AM -0700, Mike Travis wrote: > * The previous "lvalue replacement for cpumask_of_cpu()" was not usable > in certain situations and generally added unneeded complexity. So > this patch replaces the cpumask_of_cpu_ptr* macros with a generic > cpumask_of_cpu_map[]. The only config option is whether this is a > static map, or allocated at boot up time: I've lost the plot on what's going on with these cpumask patches. But I just saw this on -rc1. arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c:206:33: error: not addressable arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c:274:32: error: not addressable arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c:352:34: error: not addressable Dave -- http://www.codemonkey.org.uk -- 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/