From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rgminet01.oracle.com (rgminet01.oracle.com [148.87.113.118]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 7E6BCDDED4 for ; Thu, 20 Sep 2007 01:37:43 +1000 (EST) Date: Wed, 19 Sep 2007 08:29:47 -0700 From: Randy Dunlap To: Satyam Sharma Subject: Re: [PATCH] powerpc: Avoid pointless WARN_ON(irqs_disabled()) from panic codepath Message-Id: <20070919082947.d9a33a70.randy.dunlap@oracle.com> In-Reply-To: References: <46EA5CEB.7020104@linux.vnet.ibm.com> <20070917183749.fd690505.randy.dunlap@oracle.com> <20070917204625.64b97392@vader.jdub.homelinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Mailing List , Kamalesh Babulal , linuxppc-dev@ozlabs.org, Paul Mackerras , Linux@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 19 Sep 2007 19:15:00 +0530 (IST) Satyam Sharma wrote: > > In fact, it turns out OSDL's cross-compiler toolchains were built with > crosstool itself. Should also add that those OSDL compilers are too old > (gcc version 3.4.x-3.5.x mostly -- my build was totally spammed with those > "+m" in asm constraints related warnings), so I'll try and build a few > more recent ones (at least for the more popular platforms) over the > weekend too. Hi, Please let us know if/when you have newer cross-compiler tarballs available. Thanks. --- ~Randy From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760878AbXISPh5 (ORCPT ); Wed, 19 Sep 2007 11:37:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755708AbXISPhs (ORCPT ); Wed, 19 Sep 2007 11:37:48 -0400 Received: from rgminet01.oracle.com ([148.87.113.118]:43645 "EHLO rgminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755235AbXISPhr (ORCPT ); Wed, 19 Sep 2007 11:37:47 -0400 Date: Wed, 19 Sep 2007 08:29:47 -0700 From: Randy Dunlap To: Satyam Sharma Cc: Josh Boyer , linuxppc-dev@ozlabs.org, Linux@ozlabs.org, Paul Mackerras , Mailing List , Kamalesh Babulal Subject: Re: [PATCH] powerpc: Avoid pointless WARN_ON(irqs_disabled()) from panic codepath Message-Id: <20070919082947.d9a33a70.randy.dunlap@oracle.com> In-Reply-To: References: <46EA5CEB.7020104@linux.vnet.ibm.com> <20070917183749.fd690505.randy.dunlap@oracle.com> <20070917204625.64b97392@vader.jdub.homelinux.org> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.4.2 (GTK+ 2.8.10; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 19 Sep 2007 19:15:00 +0530 (IST) Satyam Sharma wrote: > > In fact, it turns out OSDL's cross-compiler toolchains were built with > crosstool itself. Should also add that those OSDL compilers are too old > (gcc version 3.4.x-3.5.x mostly -- my build was totally spammed with those > "+m" in asm constraints related warnings), so I'll try and build a few > more recent ones (at least for the more popular platforms) over the > weekend too. Hi, Please let us know if/when you have newer cross-compiler tarballs available. Thanks. --- ~Randy