* [PATCH] mips: convert to asm-generic/hardirq.h
@ 2009-08-04 14:54 Christoph Hellwig
2009-08-04 15:14 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2009-08-04 14:54 UTC (permalink / raw)
To: ralf; +Cc: linux-kernel
Signed-off-by: Christoph Hellwig <hch@lst.de>
Index: linux-2.6/arch/mips/include/asm/hardirq.h
===================================================================
--- linux-2.6.orig/arch/mips/include/asm/hardirq.h 2009-07-27 14:32:58.677148625 +0200
+++ linux-2.6/arch/mips/include/asm/hardirq.h 2009-07-27 14:56:48.409931750 +0200
@@ -10,15 +10,9 @@
#ifndef _ASM_HARDIRQ_H
#define _ASM_HARDIRQ_H
-#include <linux/threads.h>
-#include <linux/irq.h>
-
-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_HARDIRQ_H */
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mips: convert to asm-generic/hardirq.h
2009-08-04 14:54 [PATCH] mips: convert to asm-generic/hardirq.h Christoph Hellwig
@ 2009-08-04 15:14 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2009-08-04 15:14 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: linux-kernel
On Tue, Aug 04, 2009 at 04:54:04PM +0200, Christoph Hellwig wrote:
Looking good, queued for 2.6.32.
Thanks,
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-08-04 15:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-04 14:54 [PATCH] mips: convert to asm-generic/hardirq.h Christoph Hellwig
2009-08-04 15:14 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox