Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262886AbVAKVmc (ORCPT ); Tue, 11 Jan 2005 16:42:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262879AbVAKVlc (ORCPT ); Tue, 11 Jan 2005 16:41:32 -0500 Received: from out007pub.verizon.net ([206.46.170.107]:51856 "EHLO out007.verizon.net") by vger.kernel.org with ESMTP id S262892AbVAKVjR (ORCPT ); Tue, 11 Jan 2005 16:39:17 -0500 From: James Nelson To: linux-kernel@vger.kernel.org Cc: akpm@osdl.org, dhowells@redhat.com, James Nelson Message-Id: <20050111213934.9256.11785.91382@localhost.localdomain> In-Reply-To: <20050111213927.9256.16501.54102@localhost.localdomain> References: <20050111213927.9256.16501.54102@localhost.localdomain> Subject: [PATCH 1/2] frv: replace cli() in arch/frv/kernel/irq-routing.c X-Authentication-Info: Submitted using SMTP AUTH at out007.verizon.net from [209.158.220.243] at Tue, 11 Jan 2005 15:39:14 -0600 Date: Tue, 11 Jan 2005 15:39:15 -0600 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 745 Lines: 19 Signed-off-by: James Nelson diff -urN --exclude='*~' linux-2.6.10-mm2-original/arch/frv/kernel/irq-routing.c linux-2.6.10-mm2/arch/frv/kernel/irq-routing.c --- linux-2.6.10-mm2-original/arch/frv/kernel/irq-routing.c 2005-01-08 12:16:28.000000000 -0500 +++ linux-2.6.10-mm2/arch/frv/kernel/irq-routing.c 2005-01-08 12:28:17.000000000 -0500 @@ -92,7 +92,7 @@ if (status & SA_SAMPLE_RANDOM) add_interrupt_randomness(irq); - cli(); + local_irq_disable(); } } } - 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/