public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sh: convert to asm-generic/hardirq.h
@ 2009-08-04 14:55 Christoph Hellwig
  2009-08-05  7:18 ` Paul Mundt
  0 siblings, 1 reply; 6+ messages in thread
From: Christoph Hellwig @ 2009-08-04 14:55 UTC (permalink / raw)
  To: lethal; +Cc: linux-kernel


Signed-off-by: Christoph Hellwig <hch@lst.de>

Index: linux-2.6/arch/sh/include/asm/hardirq.h
===================================================================
--- linux-2.6.orig/arch/sh/include/asm/hardirq.h	2009-07-27 14:32:58.906148678 +0200
+++ linux-2.6/arch/sh/include/asm/hardirq.h	2009-07-27 14:44:39.214150931 +0200
@@ -1,16 +1,9 @@
 #ifndef __ASM_SH_HARDIRQ_H
 #define __ASM_SH_HARDIRQ_H
 
-#include <linux/threads.h>
-#include <linux/irq.h>
-
-/* entry.S is sensitive to the offsets of these fields */
-typedef struct {
-	unsigned int __softirq_pending;
-} ____cacheline_aligned irq_cpustat_t;
-
-#include <linux/irq_cpustat.h>	/* Standard mappings for irq_cpustat_t above */
-
 extern void ack_bad_irq(unsigned int irq);
+#define ack_bad_irq ack_bad_irq
+
+#include <asm-generic/hardirq.h>
 
 #endif /* __ASM_SH_HARDIRQ_H */

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-12-17  8:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-04 14:55 [PATCH] sh: convert to asm-generic/hardirq.h Christoph Hellwig
2009-08-05  7:18 ` Paul Mundt
2009-12-17  8:10   ` Christoph Hellwig
2009-12-17  8:15     ` Paul Mundt
2009-12-17  8:19       ` Christoph Hellwig
2009-12-17  8:26         ` Paul Mundt

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