Re: [PATCH] sched: move CONFIG_IRQ_TIME_ACCOUNTING to common code

2012-02-07 Thread Ingo Molnar
* Dmitry Antipov wrote: > Since CONFIG_IRQ_TIME_ACCOUNTING is architecture-agnostic, > move it from x86 area to common code. > > Signed-off-by: Dmitry Antipov > --- > arch/x86/Kconfig | 11 --- > lib/Kconfig.debug | 11 +++ > 2 files changed, 11 insertions(+), 11 deletio

Re: [PATCH] sched: move CONFIG_IRQ_TIME_ACCOUNTING to common code

2012-02-07 Thread Yong Zhang
On Wed, Feb 01, 2012 at 11:19:49AM +0400, Dmitry Antipov wrote: > Since CONFIG_IRQ_TIME_ACCOUNTING is architecture-agnostic, > move it from x86 area to common code. IIRC, it's x86 dependent now. Thanks, Yong > > Signed-off-by: Dmitry Antipov > --- > arch/x86/Kconfig | 11 --- > lib

[PATCH] sched: move CONFIG_IRQ_TIME_ACCOUNTING to common code

2012-01-31 Thread Dmitry Antipov
Since CONFIG_IRQ_TIME_ACCOUNTING is architecture-agnostic, move it from x86 area to common code. Signed-off-by: Dmitry Antipov --- arch/x86/Kconfig | 11 --- lib/Kconfig.debug | 11 +++ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/arch/x86/Kconfig b/arch/