From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750973AbVHSDGW (ORCPT ); Thu, 18 Aug 2005 23:06:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750976AbVHSDGV (ORCPT ); Thu, 18 Aug 2005 23:06:21 -0400 Received: from ns.suse.de ([195.135.220.2]:38850 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S1750970AbVHSDGV (ORCPT ); Thu, 18 Aug 2005 23:06:21 -0400 Date: Fri, 19 Aug 2005 05:06:16 +0200 From: Andi Kleen To: Zwane Mwaikambo Cc: Andi Kleen , Linux Kernel , Andrew Morton Subject: Re: [PATCH] i386 !NUMA node_to_cpumask broken in early boot Message-ID: <20050819030615.GH22993@wotan.suse.de> References: <20050819021216.GF22993@wotan.suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > Thanks for the feedback, ugly indeed, i was really trying to avoid adding > a new API function or extra cpu_* variables. Ok, here is an > early_node_to_cpumask instead. Thinking about it again it's most likely broken with CPU hotplug anyways whatever you're doing. So how does your code handle adding new CPUs? If it does can the normal CPU bootup be handled in the same way. Then this wouldn't be needed at all. -Andi