From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261857AbVGaSbR (ORCPT ); Sun, 31 Jul 2005 14:31:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261862AbVGaSbQ (ORCPT ); Sun, 31 Jul 2005 14:31:16 -0400 Received: from mailout.stusta.mhn.de ([141.84.69.5]:7945 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S261857AbVGaS3q (ORCPT ); Sun, 31 Jul 2005 14:29:46 -0400 Date: Sun, 31 Jul 2005 20:29:44 +0200 From: Adrian Bunk To: Andrew Morton Cc: spyro@f2s.com, linux-kernel@vger.kernel.org Subject: [2.6 patch] include/asm-arm26/hardirq.h: remove #define irq_enter() Message-ID: <20050731182944.GE3608@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org This patch removes a #define for irq_enter that is superfluous due to a similar one in include/linux/hardirq.h . Signed-off-by: Adrian Bunk --- This patch was already sent on: - 21 Jul 2005 Note: The compilation of this patch was not tested. --- linux-2.6.13-rc3-mm1-full/include/asm-arm26/hardirq.h.old 2005-07-21 16:27:36.000000000 +0200 +++ linux-2.6.13-rc3-mm1-full/include/asm-arm26/hardirq.h 2005-07-21 16:29:32.000000000 +0200 @@ -22,8 +22,6 @@ # error HARDIRQ_BITS is too low! #endif -#define irq_enter() (preempt_count() += HARDIRQ_OFFSET) - #ifndef CONFIG_SMP extern asmlinkage void __do_softirq(void);