Re: [PATCH 3/3] sparc32: fix build failure on CONFIG_SPARC_LEON

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Namhyung Kim
Date: Monday, October 25, 2010 - 9:07 am

2010-10-25 (월), 09:00 -0700, David Miller:

If I understood correctly, you meant this?


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


-- 
Regards,
Namhyung Kim


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 3/3] sparc32: fix build failure on CONFIG_SPARC ..., Namhyung Kim, (Mon Oct 25, 9:07 am)
Re: [PATCH 3/3] sparc32: fix build failure on CONFIG_SPARC ..., Daniel Hellstrom, (Tue Oct 26, 12:14 am)