Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 23 Jul 2002 02:27:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 23 Jul 2002 02:27:44 -0400 Received: from [196.26.86.1] ([196.26.86.1]:36294 "HELO infosat-gw.realnet.co.sz") by vger.kernel.org with SMTP id ; Tue, 23 Jul 2002 02:27:44 -0400 Date: Tue, 23 Jul 2002 08:48:37 +0200 (SAST) From: Zwane Mwaikambo X-X-Sender: zwane@linux-box.realnet.co.sz To: Linus Torvalds Cc: Ingo Molnar , Russell King , Christoph Hellwig , , Robert Love Subject: Re: [patch] cli()/sti() cleanup, 2.5.27-A2 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: 546 Lines: 25 On Mon, 22 Jul 2002, Linus Torvalds wrote: > As to needing to do a save without a disable, show me where that really > matters.. Heres an interesting one; void setup_APIC_timer(void * data) { [...] __save_flags(flags); __sti(); [...] } Regards, Zwane -- function.linuxpower.ca - 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/