All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove SiByte simulator option
@ 2009-06-02 12:22 Imre Kaloz
  2009-06-02 17:52 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Imre Kaloz @ 2009-06-02 12:22 UTC (permalink / raw)
  To: linux-mips

This patch removes the SiByte simulation Kconfig option, which only
modified a printk.

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
---
 arch/mips/sibyte/Kconfig       |    7 -------
 arch/mips/sibyte/swarm/setup.c |    4 ----
 2 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/arch/mips/sibyte/Kconfig b/arch/mips/sibyte/Kconfig
index 366b19d..989d1a9 100644
--- a/arch/mips/sibyte/Kconfig
+++ b/arch/mips/sibyte/Kconfig
@@ -128,13 +128,6 @@ config SIBYTE_ENABLE_LDT_IF_PCI
 	bool
 	select SIBYTE_HAS_LDT if PCI
 
-config SIMULATION
-	bool "Running under simulation"
-	depends on SIBYTE_SB1xxx_SOC
-	help
-	  Build a kernel suitable for running under the GDB simulator.
-	  Primarily adjusts the kernel's notion of time.
-
 config SB1_CEX_ALWAYS_FATAL
 	bool "All cache exceptions considered fatal (no recovery attempted)"
 	depends on SIBYTE_SB1xxx_SOC
diff --git a/arch/mips/sibyte/swarm/setup.c b/arch/mips/sibyte/swarm/setup.c
index 080c966..cffa30a 100644
--- a/arch/mips/sibyte/swarm/setup.c
+++ b/arch/mips/sibyte/swarm/setup.c
@@ -137,11 +137,7 @@ void __init plat_mem_setup(void)
 		swarm_rtc_type = RTC_M4LT81;
 
 	printk("This kernel optimized for "
-#ifdef CONFIG_SIMULATION
-	       "simulation"
-#else
 	       "board"
-#endif
 	       " runs "
 #ifdef CONFIG_SIBYTE_CFE
 	       "with"
-- 
1.6.0.4

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

* Re: [PATCH] Remove SiByte simulator option
  2009-06-02 12:22 [PATCH] Remove SiByte simulator option Imre Kaloz
@ 2009-06-02 17:52 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2009-06-02 17:52 UTC (permalink / raw)
  To: Imre Kaloz; +Cc: linux-mips

On Tue, Jun 02, 2009 at 02:22:00PM +0200, Imre Kaloz wrote:

> This patch removes the SiByte simulation Kconfig option, which only
> modified a printk.

Thanks, applied.

  Ralf

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

end of thread, other threads:[~2009-06-02 17:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-02 12:22 [PATCH] Remove SiByte simulator option Imre Kaloz
2009-06-02 17:52 ` Ralf Baechle

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.