public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove obsolete hardirq stuff from frv includes
@ 2004-11-16 19:13 David Howells
  0 siblings, 0 replies; only message in thread
From: David Howells @ 2004-11-16 19:13 UTC (permalink / raw)
  To: akpm, torvalds; +Cc: linux-kernel


The attached patch removes irq_enter() and friends from asm-frv/hardirq.h as
they are now mandatorily defined in linux/hardirq.h.

Signed-Off-By: David Howells <dhowells@redhat.com>
---
warthog>diffstat hardirq-2610rc2mm1.diff 
 hardirq.h |   13 -------------
 1 files changed, 13 deletions(-)

diff -uNrp /warthog/kernels/linux-2.6.10-rc2-mm1/include/asm-frv/hardirq.h linux-2.6.10-rc2-mm1-frv/include/asm-frv/hardirq.h
--- /warthog/kernels/linux-2.6.10-rc2-mm1/include/asm-frv/hardirq.h	2004-11-16 11:31:44.000000000 +0000
+++ linux-2.6.10-rc2-mm1-frv/include/asm-frv/hardirq.h	2004-11-16 11:35:51.421306453 +0000
@@ -22,19 +22,6 @@ typedef struct {
 
 #include <linux/irq_cpustat.h>	/* Standard mappings for irq_cpustat_t above */
 
-
-#define irq_enter()		(preempt_count() += HARDIRQ_OFFSET)
-#define nmi_enter()		(irq_enter())
-#define nmi_exit()		(preempt_count() -= HARDIRQ_OFFSET)
-
-#define irq_exit()							\
-do {									\
-	preempt_count() -= IRQ_EXIT_OFFSET;				\
-	if (!in_interrupt() && softirq_pending(smp_processor_id()))	\
-		do_softirq();						\
-	preempt_enable_no_resched();					\
-} while (0)
-
 #ifdef CONFIG_SMP
 #error SMP not available on FR-V
 #endif /* CONFIG_SMP */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-16 19:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-16 19:13 [PATCH] Remove obsolete hardirq stuff from frv includes David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox