Re: [PATCH 1/5] sched, rt: move .switched_from out of the scope of CONFIG_SMP

2013-12-28 Thread Zhi Yong Wu
On Sat, Dec 28, 2013 at 5:48 PM, Kirill Tkhai wrote: > On Сб, дек 28, 2013 at 05:37:32 +0800, Zhi Yong Wu wrote: >> On Sat, Dec 28, 2013 at 5:19 PM, Kirill Tkhai wrote: >> > On Пт, дек 27, 2013 at 07:41:00 +0800, Zhi Yong Wu wrote: >> >> From: Zhi Yong Wu >> >> >> >> .switched_from shouldn't be

Re: [PATCH 1/5] sched, rt: move .switched_from out of the scope of CONFIG_SMP

2013-12-28 Thread Kirill Tkhai
On Сб, дек 28, 2013 at 05:37:32 +0800, Zhi Yong Wu wrote: > On Sat, Dec 28, 2013 at 5:19 PM, Kirill Tkhai wrote: > > On Пт, дек 27, 2013 at 07:41:00 +0800, Zhi Yong Wu wrote: > >> From: Zhi Yong Wu > >> > >> .switched_from shouldn't be initialized in the scope of CONFIG_SMP, > >> so this patch

Re: [PATCH 1/5] sched, rt: move .switched_from out of the scope of CONFIG_SMP

2013-12-28 Thread Zhi Yong Wu
On Sat, Dec 28, 2013 at 5:19 PM, Kirill Tkhai wrote: > On Пт, дек 27, 2013 at 07:41:00 +0800, Zhi Yong Wu wrote: >> From: Zhi Yong Wu >> >> .switched_from shouldn't be initialized in the scope of CONFIG_SMP, >> so this patch is trying to move it out. >> >> Signed-off-by: Zhi Yong Wu >> --- >>

Re: [PATCH 1/5] sched, rt: move .switched_from out of the scope of CONFIG_SMP

2013-12-28 Thread Kirill Tkhai
On Пт, дек 27, 2013 at 07:41:00 +0800, Zhi Yong Wu wrote: > From: Zhi Yong Wu > > .switched_from shouldn't be initialized in the scope of CONFIG_SMP, > so this patch is trying to move it out. > > Signed-off-by: Zhi Yong Wu > --- > kernel/sched/rt.c |2 +- > 1 files changed, 1

Re: [PATCH 1/5] sched, rt: move .switched_from out of the scope of CONFIG_SMP

2013-12-28 Thread Kirill Tkhai
On Пт, дек 27, 2013 at 07:41:00 +0800, Zhi Yong Wu wrote: From: Zhi Yong Wu wu...@linux.vnet.ibm.com .switched_from shouldn't be initialized in the scope of CONFIG_SMP, so this patch is trying to move it out. Signed-off-by: Zhi Yong Wu wu...@linux.vnet.ibm.com --- kernel/sched/rt.c |

Re: [PATCH 1/5] sched, rt: move .switched_from out of the scope of CONFIG_SMP

2013-12-28 Thread Zhi Yong Wu
On Sat, Dec 28, 2013 at 5:19 PM, Kirill Tkhai tk...@yandex.ru wrote: On Пт, дек 27, 2013 at 07:41:00 +0800, Zhi Yong Wu wrote: From: Zhi Yong Wu wu...@linux.vnet.ibm.com .switched_from shouldn't be initialized in the scope of CONFIG_SMP, so this patch is trying to move it out.

Re: [PATCH 1/5] sched, rt: move .switched_from out of the scope of CONFIG_SMP

2013-12-28 Thread Kirill Tkhai
On Сб, дек 28, 2013 at 05:37:32 +0800, Zhi Yong Wu wrote: On Sat, Dec 28, 2013 at 5:19 PM, Kirill Tkhai tk...@yandex.ru wrote: On Пт, дек 27, 2013 at 07:41:00 +0800, Zhi Yong Wu wrote: From: Zhi Yong Wu wu...@linux.vnet.ibm.com .switched_from shouldn't be initialized in the scope of

Re: [PATCH 1/5] sched, rt: move .switched_from out of the scope of CONFIG_SMP

2013-12-28 Thread Zhi Yong Wu
On Sat, Dec 28, 2013 at 5:48 PM, Kirill Tkhai tk...@yandex.ru wrote: On Сб, дек 28, 2013 at 05:37:32 +0800, Zhi Yong Wu wrote: On Sat, Dec 28, 2013 at 5:19 PM, Kirill Tkhai tk...@yandex.ru wrote: On Пт, дек 27, 2013 at 07:41:00 +0800, Zhi Yong Wu wrote: From: Zhi Yong Wu

[PATCH 1/5] sched, rt: move .switched_from out of the scope of CONFIG_SMP

2013-12-27 Thread Zhi Yong Wu
From: Zhi Yong Wu .switched_from shouldn't be initialized in the scope of CONFIG_SMP, so this patch is trying to move it out. Signed-off-by: Zhi Yong Wu --- kernel/sched/rt.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/sched/rt.c b/kernel/sched/rt.c index

[PATCH 1/5] sched, rt: move .switched_from out of the scope of CONFIG_SMP

2013-12-27 Thread Zhi Yong Wu
From: Zhi Yong Wu wu...@linux.vnet.ibm.com .switched_from shouldn't be initialized in the scope of CONFIG_SMP, so this patch is trying to move it out. Signed-off-by: Zhi Yong Wu wu...@linux.vnet.ibm.com --- kernel/sched/rt.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff