From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935165AbXGRAIs (ORCPT ); Tue, 17 Jul 2007 20:08:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933908AbXGRAIe (ORCPT ); Tue, 17 Jul 2007 20:08:34 -0400 Received: from smtp2.linux-foundation.org ([207.189.120.14]:58203 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933630AbXGRAId (ORCPT ); Tue, 17 Jul 2007 20:08:33 -0400 Date: Tue, 17 Jul 2007 17:07:41 -0700 (PDT) From: Linus Torvalds To: Ben Dooks cc: David Miller , viro@ftp.linux.org.uk, linux-kernel@vger.kernel.org, avi@qumranet.com Subject: Re: [PATCH] smp_call_function_single() should be a macro on UP In-Reply-To: <20070717235417.GA18459@fluff.org.uk> Message-ID: References: <20070717212946.GP21668@ftp.linux.org.uk> <20070717.144042.41636155.davem@davemloft.net> <20070717235417.GA18459@fluff.org.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 18 Jul 2007, Ben Dooks wrote: > > This has broken _all_ ARM builds, due to using WARN_ON() > in this header. I think Al's patch already fixes that, since now it's back to being a macro, and thus the whole WARN_ON() is only visible where the macro is _used_, not in the header itself. Linus