From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752323AbYLTNC3 (ORCPT ); Sat, 20 Dec 2008 08:02:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751393AbYLTNCY (ORCPT ); Sat, 20 Dec 2008 08:02:24 -0500 Received: from ozlabs.org ([203.10.76.45]:37907 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751327AbYLTNCY (ORCPT ); Sat, 20 Dec 2008 08:02:24 -0500 From: Rusty Russell To: Mike Travis Subject: Re: [PATCH 5/8] cpumask: convert rest of files in kernel/ Date: Sat, 20 Dec 2008 23:32:04 +1030 User-Agent: KMail/1.10.3 (Linux/2.6.27-9-generic; KDE/4.1.3; i686; ; ) Cc: Ingo Molnar , linux-kernel@vger.kernel.org, Dipankar Sarma , "H. Peter Anvin" , Lai Jiangshan , Max Krasnyansky , Richard Henderson , Thomas Gleixner , Yinghai Lu References: <20081219160144.697518000@polaris-admin.engr.sgi.com> <20081219160145.404769000@polaris-admin.engr.sgi.com> In-Reply-To: <20081219160145.404769000@polaris-admin.engr.sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812202332.05331.rusty@rustcorp.com.au> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday 20 December 2008 02:31:49 Mike Travis wrote: > Impact: Reduce stack usage, use new cpumask API. ALPHA mod! This need to be split, I think. I was just lazy in leaving the conversion as one big patch. > Note that prof_cpu_mask will be difficult to convert to a cpumask_var_t > since it needs to be ready from the first scheduler tick. Actually, I think this one can be fixed quite easily. OK, I've done this. Compiles... Rusty.