All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sparc32: convert to asm-generic/hardirq.h
@ 2009-08-04 14:56 Christoph Hellwig
  2009-08-17  1:28 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2009-08-04 14:56 UTC (permalink / raw)
  To: davem; +Cc: linux-kernel


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

Index: linux-2.6/arch/sparc/include/asm/hardirq_32.h
===================================================================
--- linux-2.6.orig/arch/sparc/include/asm/hardirq_32.h	2009-07-27 14:37:54.393922856 +0200
+++ linux-2.6/arch/sparc/include/asm/hardirq_32.h	2009-07-27 14:57:42.583901007 +0200
@@ -7,17 +7,7 @@
 #ifndef __SPARC_HARDIRQ_H
 #define __SPARC_HARDIRQ_H
 
-#include <linux/threads.h>
-#include <linux/spinlock.h>
-#include <linux/cache.h>
-
-/* entry.S is sensitive to the offsets of these fields */ /* XXX P3 Is it? */
-typedef struct {
-	unsigned int __softirq_pending;
-} ____cacheline_aligned irq_cpustat_t;
-
-#include <linux/irq_cpustat.h>	/* Standard mappings for irq_cpustat_t above */
-
 #define HARDIRQ_BITS    8
+#include <asm-generic/hardirq.h>
 
 #endif /* __SPARC_HARDIRQ_H */

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

* Re: [PATCH] sparc32: convert to asm-generic/hardirq.h
  2009-08-04 14:56 [PATCH] sparc32: convert to asm-generic/hardirq.h Christoph Hellwig
@ 2009-08-17  1:28 ` David Miller
  2009-08-18  1:31   ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2009-08-17  1:28 UTC (permalink / raw)
  To: hch; +Cc: linux-kernel

From: Christoph Hellwig <hch@lst.de>
Date: Tue, 4 Aug 2009 16:56:15 +0200

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

Applied, thanks.

Please post sparc patches at least CC:'d to sparclinux@vger.kernel.org
in the future.

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

* Re: [PATCH] sparc32: convert to asm-generic/hardirq.h
  2009-08-17  1:28 ` David Miller
@ 2009-08-18  1:31   ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2009-08-18  1:31 UTC (permalink / raw)
  To: hch; +Cc: linux-kernel

From: David Miller <davem@davemloft.net>
Date: Sun, 16 Aug 2009 18:28:55 -0700 (PDT)

> From: Christoph Hellwig <hch@lst.de>
> Date: Tue, 4 Aug 2009 16:56:15 +0200
> 
>> Signed-off-by: Christoph Hellwig <hch@lst.de>
> 
> Applied, thanks.
> 
> Please post sparc patches at least CC:'d to sparclinux@vger.kernel.org
> in the future.

I have to revert this, it breaks the build.

  CC      init/main.o
In file included from include/asm-generic/hardirq.h:6,
                 from /home/davem/src/GIT/sparc-next-2.6/arch/sparc/include/asm/hardirq_32.h:11,
                 from /home/davem/src/GIT/sparc-next-2.6/arch/sparc/include/asm/hardirq.h:6,
                 from include/linux/hardirq.h:10,
                 from include/linux/interrupt.h:12,
                 from /home/davem/src/GIT/sparc-next-2.6/arch/sparc/include/asm/irq_32.h:9,
                 from /home/davem/src/GIT/sparc-next-2.6/arch/sparc/include/asm/irq.h:6,
                 from include/linux/irqnr.h:10,
                 from include/linux/random.h:12,
                 from include/linux/stackprotector.h:6,
                 from init/main.c:17:
include/linux/irq.h:208: error: 'NR_IRQS' undeclared here (not in a function)
make[1]: *** [init/main.o] Error 1
make: *** [init] Error 2

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

end of thread, other threads:[~2009-08-18  1:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-04 14:56 [PATCH] sparc32: convert to asm-generic/hardirq.h Christoph Hellwig
2009-08-17  1:28 ` David Miller
2009-08-18  1:31   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.