* [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* Re: [PATCH] Fix apparent typo of "CONFIG_MT_SMP".
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
1 sibling, 0 replies; 5+ messages in thread
From: Ralf Baechle @ 2007-01-26 0:08 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: Linux kernel mailing list, Andrew Morton
On Thu, Jan 25, 2007 at 06:41:35PM -0500, Robert P. J. Day wrote:
> Replace apparent typo of CONFIG_MT_SMP with CONFIG_MIPS_MT_SMP.
Good catch, thanks.
Applied,
Ralf
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Fix apparent typo of "CONFIG_MT_SMP".
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
1 sibling, 2 replies; 5+ messages in thread
From: Chuck Ebbert @ 2007-01-31 21:34 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: Linux kernel mailing list, Andrew Morton, Ralf Baechle
Robert P. J. Day wrote:
> 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
> }
>
>
Have you posted the latest version of your scripts for finding these?
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] Fix apparent typo of "CONFIG_MT_SMP".
2007-01-31 21:34 ` Chuck Ebbert
@ 2007-01-31 21:40 ` Randy Dunlap
2007-01-31 21:50 ` Robert P. J. Day
1 sibling, 0 replies; 5+ messages in thread
From: Randy Dunlap @ 2007-01-31 21:40 UTC (permalink / raw)
To: Chuck Ebbert
Cc: Robert P. J. Day, Linux kernel mailing list, Andrew Morton,
Ralf Baechle
On Wed, 31 Jan 2007 16:34:32 -0500 Chuck Ebbert wrote:
> Robert P. J. Day wrote:
> > 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
> > }
> >
> >
> Have you posted the latest version of your scripts for finding these?
It's here:
http://www.fsdev.dreamhosters.com/wiki/index.php?title=Dead_CONFIG_variables
---
~Randy
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] Fix apparent typo of "CONFIG_MT_SMP".
2007-01-31 21:34 ` Chuck Ebbert
2007-01-31 21:40 ` Randy Dunlap
@ 2007-01-31 21:50 ` Robert P. J. Day
1 sibling, 0 replies; 5+ messages in thread
From: Robert P. J. Day @ 2007-01-31 21:50 UTC (permalink / raw)
To: Chuck Ebbert; +Cc: Linux kernel mailing list, Andrew Morton, Ralf Baechle
On Wed, 31 Jan 2007, Chuck Ebbert wrote:
> Robert P. J. Day wrote:
> > 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
> > }
> >
> >
> Have you posted the latest version of your scripts for finding these?
it's available online:
http://www.fsdev.dreamhosters.com/wiki/index.php?title=Dead_CONFIG_variables
rday
--
========================================================================
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 [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.