From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750752AbWHBKSd (ORCPT ); Wed, 2 Aug 2006 06:18:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750754AbWHBKSd (ORCPT ); Wed, 2 Aug 2006 06:18:33 -0400 Received: from mx1.suse.de ([195.135.220.2]:42154 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S1750752AbWHBKSc (ORCPT ); Wed, 2 Aug 2006 06:18:32 -0400 From: Andi Kleen To: Fernando Luis =?iso-8859-15?q?V=E1zquez_Cao?= Subject: Re: [PATCH] x86_64: Replace local_save_flags+local_irq_disable with local_irq_save. Date: Wed, 2 Aug 2006 12:18:27 +0200 User-Agent: KMail/1.9.3 Cc: linux-kernel@vger.kernel.org References: <1154513480.3268.21.camel@localhost.localdomain> In-Reply-To: <1154513480.3268.21.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200608021218.27875.ak@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 02 August 2006 12:11, Fernando Luis Vázquez Cao wrote: > The combination of "local_save_flags" and "local_irq_disable" seems to be > equivalent to "local_irq_save" (see code snips below). Consequently, replace > occurrences of local_save_flags+local_irq_disable with local_irq_save. Added thanks -Andi