From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-12.arcor-online.net (mail-in-12.arcor-online.net [151.189.21.52]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 5A077DDD07 for ; Thu, 15 Feb 2007 12:42:43 +1100 (EST) In-Reply-To: <1712A11E-2F9F-441E-97E2-6FE82ED5A539@kernel.crashing.org> References: <11713852392294-git-send-email-timur@freescale.com> <1712A11E-2F9F-441E-97E2-6FE82ED5A539@kernel.crashing.org> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [PATCH] powerpc: delete boot-cpu and chosen nodes from all DTS files Date: Thu, 15 Feb 2007 02:42:38 +0100 To: Kumar Gala Cc: linuxppc-dev@ozlabs.org, paulus@samba.org, Timur Tabi List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Is there some harm is having them set in the .dts? > > I can see 'linux,boot-cpu' may vary on a SMP, but the majority > of .dts's are for uniproc's The way this is handled in the OF binding, only multi-processor systems are required to explicitly state their boot CPU (in /chosen/cpu). It's quite silly to require this for single CPU systems. Segher