Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S968658AbWLEUay (ORCPT ); Tue, 5 Dec 2006 15:30:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S968669AbWLEUay (ORCPT ); Tue, 5 Dec 2006 15:30:54 -0500 Received: from mailer.gwdg.de ([134.76.10.26]:37274 "EHLO mailer.gwdg.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S968658AbWLEUax (ORCPT ); Tue, 5 Dec 2006 15:30:53 -0500 Date: Tue, 5 Dec 2006 21:30:01 +0100 (MET) From: Jan Engelhardt To: Jaswinder Singh cc: Michal Schmidt , linux-kernel@vger.kernel.org Subject: Re: PREEMPT is messing with everyone In-Reply-To: Message-ID: References: <45758B57.6040107@stud.feec.vutbr.cz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Report: Content analysis: 0.0 points, 6.0 required _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 552 Lines: 27 > Yes, Compiler will remove it but this looks ugly and confusing. > > Why dont we use like this :- Even more fugly. > # ifdef CONFIG_PREEMPT > # include > # endif > > #ifdef CONFIG_PREEMPT > preempt_disable(); > #endif > > #ifdef CONFIG_PREEMPT > preempt_enable(); > #endif > -`J' -- - 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/