All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix apparent typo of "CONFIG_MT_SMP".
@ 2007-01-25 23:41 Robert P. J. Day
  2007-01-26  0:08 ` Ralf Baechle
  2007-01-31 21:34 ` Chuck Ebbert
  0 siblings, 2 replies; 5+ messages in thread
From: Robert P. J. Day @ 2007-01-25 23:41 UTC (permalink / raw)
  To: Linux kernel mailing list; +Cc: Andrew Morton, Ralf Baechle


  Replace apparent typo of CONFIG_MT_SMP with CONFIG_MIPS_MT_SMP.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>

---

diff --git a/arch/mips/mips-boards/sim/sim_setup.c b/arch/mips/mips-boards/sim/sim_setup.c
index 2659c1c..ea2066c 100644
--- a/arch/mips/mips-boards/sim/sim_setup.c
+++ b/arch/mips/mips-boards/sim/sim_setup.c
@@ -57,7 +57,7 @@ void __init plat_mem_setup(void)
 	board_time_init = sim_time_init;
 	prom_printf("Linux started...\n");

-#ifdef CONFIG_MT_SMP
+#ifdef CONFIG_MIPS_MT_SMP
 	sanitize_tlb_entries();
 #endif
 }

-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://www.fsdev.dreamhosters.com/wiki/index.php?title=Main_Page
========================================================================

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

end of thread, other threads:[~2007-01-31 21:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-25 23:41 [PATCH] Fix apparent typo of "CONFIG_MT_SMP" Robert P. J. Day
2007-01-26  0:08 ` Ralf Baechle
2007-01-31 21:34 ` Chuck Ebbert
2007-01-31 21:40   ` Randy Dunlap
2007-01-31 21:50   ` Robert P. J. Day

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.