All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix build failure
@ 2010-10-26 15:51 ` Namhyung Kim
  0 siblings, 0 replies; 14+ messages in thread
From: Namhyung Kim @ 2010-10-26 15:51 UTC (permalink / raw)
  To: David S. Miller; +Cc: sparclinux, linux-kernel

  CC      arch/sparc/kernel/irq_32.o
arch/sparc/kernel/irq_32.c: In function 'request_fast_irq':
arch/sparc/kernel/irq_32.c:370:25: error: conflicting types for 'trapbase_cpu1'
arch/sparc/include/asm/leon.h:366:22: note: previous declaration of 'trapbase_cpu1' was here
arch/sparc/kernel/irq_32.c:370:40: error: conflicting types for 'trapbase_cpu2'
arch/sparc/include/asm/leon.h:367:22: note: previous declaration of 'trapbase_cpu2' was here
arch/sparc/kernel/irq_32.c:370:55: error: conflicting types for 'trapbase_cpu3'
arch/sparc/include/asm/leon.h:368:22: note: previous declaration of 'trapbase_cpu3' was here
make[3]: *** [arch/sparc/kernel/irq_32.o] Error 1
make[2]: *** [arch/sparc/kernel] Error 2
make[1]: *** [sub-make] Error 2
make: *** [all] Error 2

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
---
 arch/sparc/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index 4db8bc0..a6685ba 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -463,7 +463,7 @@ config SERIAL_CONSOLE
 
 config SPARC_LEON
 	bool "Sparc Leon processor family"
-	depends on SPARC32
+	depends on SPARC32 && !SMP
 	---help---
 	  If you say Y here if you are running on a SPARC-LEON processor.
 	  The LEON processor is a synthesizable VHDL model of the
-- 
1.7.0.4


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

end of thread, other threads:[~2010-10-26 16:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-26 15:51 [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix build failure Namhyung Kim
2010-10-26 15:51 ` Namhyung Kim
2010-10-26 15:53 ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix David Miller
2010-10-26 15:53   ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix build failure David Miller
2010-10-26 16:02   ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix Namhyung Kim
2010-10-26 16:02     ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix build failure Namhyung Kim
2010-10-26 16:04     ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix David Miller
2010-10-26 16:04       ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix build failure David Miller
2010-10-26 16:32       ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix David Miller
2010-10-26 16:32         ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix build failure David Miller
2010-10-26 16:46         ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix Namhyung Kim
2010-10-26 16:46           ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix build failure Namhyung Kim
2010-10-26 16:26 ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix David Miller
2010-10-26 16:26   ` [PATCH] sparc32: make CONFIG_SPARC_LEON depends on !SMP to fix build failure 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.