Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 21 Jul 2002 14:56:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 21 Jul 2002 14:56:42 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:14352 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Sun, 21 Jul 2002 14:56:41 -0400 Date: Sun, 21 Jul 2002 12:00:36 -0700 (PDT) From: Linus Torvalds To: Ingo Molnar cc: linux-kernel@vger.kernel.org, Robert Love Subject: Re: [patch] "big IRQ lock" removal, 2.5.27-A1 In-Reply-To: Message-ID: 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 Content-Length: 887 Lines: 26 On Sun, 21 Jul 2002, Ingo Molnar wrote: > > http://redhat.com/~mingo/remove-irqlock-patches/config This seems to have tons of stuff which makes it compile, but which is just broken. Randomly changing "cli()" to "__cli()" apparently just to make it compile, with no warning that its now buggy. It's doubly wrong by virtue of the fact that you apparently left "save_flags()" and "restore_flags()" alone, and changed their semantics rather drastically. Ugh. That should not happen. Either it compiles and is expected to work, or it shouldn't compile (very limited config is fine, of course). Robert, willing to take a look too? Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/