From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757087Ab0EJUUO (ORCPT ); Mon, 10 May 2010 16:20:14 -0400 Received: from h5.dl5rb.org.uk ([81.2.74.5]:35214 "EHLO h5.dl5rb.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756954Ab0EJUUH (ORCPT ); Mon, 10 May 2010 16:20:07 -0400 Date: Mon, 10 May 2010 21:19:59 +0100 From: Ralf Baechle To: Kevin Cernekee Cc: linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MIPS: nofpu and nodsp only affect CPU0 Message-ID: <20100510201959.GB28820@linux-mips.org> References: <0b6db1ee1efbe0daa1320b59ab5093ba5af377b8@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0b6db1ee1efbe0daa1320b59ab5093ba5af377b8@localhost.localdomain> User-Agent: Mutt/1.5.20 (2009-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 02, 2010 at 02:43:52PM -0700, Kevin Cernekee wrote: > The "nofpu" and "nodsp" kernel command line options currently do not > affect CPUs that are brought online later in the boot process or > hotplugged at runtime. It is desirable to apply the nofpu/nodsp options > to all CPUs in the system, so that surprising results are not seen when > a process migrates from one CPU to another. I like this patch; this solution is also cleaner than iterating over the cpu data array. However as it constitutes a change in established kernel behaviour I prefer to queue this patch for 2.6.35 rather than applying it immediately. Thanks! Ralf