From 5c42b1828bc66388b80f4b24390265f99440a84b Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Wed, 1 Feb 2006 03:06:17 -0800 Subject: [PATCH] --- yaml --- r: 19418 b: refs/heads/master c: 0679b75e5fb653fbf6691293e7fc45520abae1d7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-arm26/hardirq.h | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/[refs] b/[refs] index 6aac23159b75..0d390ae1d652 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 19f03f75873aebb2fb7fb592b6223b9a38bb7ad3 +refs/heads/master: 0679b75e5fb653fbf6691293e7fc45520abae1d7 diff --git a/trunk/include/asm-arm26/hardirq.h b/trunk/include/asm-arm26/hardirq.h index 9046c3c64a43..87c19d2bb6a8 100644 --- a/trunk/include/asm-arm26/hardirq.h +++ b/trunk/include/asm-arm26/hardirq.h @@ -27,13 +27,6 @@ typedef struct { extern asmlinkage void __do_softirq(void); -#define irq_exit() \ - do { \ - preempt_count() -= IRQ_EXIT_OFFSET; \ - if (!in_interrupt() && local_softirq_pending()) \ - __do_softirq(); \ - preempt_enable_no_resched(); \ - } while (0) #endif