From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay1.sgi.com [192.48.171.29]) by ozlabs.org (Postfix) with ESMTP id 0C5E4DDE04 for ; Tue, 21 Oct 2008 04:03:23 +1100 (EST) Message-Id: <20081020170319.539427000@polaris-admin.engr.sgi.com> Date: Mon, 20 Oct 2008 10:03:19 -0700 From: Mike Travis To: Ingo Molnar , Rusty Russell Subject: [PATCH 00/35] cpumask: Replace cpumask_t with struct cpumask Cc: davej@codemonkey.org.uk, Jeremy Fitzhardinge , Jes Sorensen , IA64 , S390 , peterz@infradead.org, Jack Steiner , linux-kernel@vger.kernel.org, Eric Dumazet , PowerPC , Andi Kleen , Thomas Gleixner , Yinghai Lu , "H. Peter Anvin" , SPARC , Andrew Morton , David Miller List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Redesign cpumask API to explicitly declare struct cpumask pointers to the cpumask_* operators and add functions to make it easier to support struct cpumask pointers on the stack. This patchset supplies the infrastructure going forward to implement this new struct cpumask API. Patches have been written and tested to verify the functionality of this API. These are still in review between Rusty and myself. Question: what's the status of the sparse-irqs? (I have two patches to replace the static cpumask fields in the irq_desc and irq_cfg arrays which depend on sparse irqs.) Compiled and tested on x86_64. Based on tip/master @ v2.6.27-5807-g03da394 --