Re: [PATCH] preempt/hardirq.h: Fix comment about PREEMPT_ACTIVE bit location

2012-08-14 Thread Srivatsa S. Bhat
On 07/31/2012 09:19 AM, Steven Rostedt wrote: > On Sat, 2012-07-21 at 00:54 +0530, Srivatsa S. Bhat wrote: >> PREEMPT_ACTIVE flag is bit 27, not 28. Fix the comment. >> >> Signed-off-by: Srivatsa S. Bhat >> --- >> >> include/linux/hardirq.h |2 +- >> 1 files changed, 1 insertions(+), 1

Re: [PATCH] preempt/hardirq.h: Fix comment about PREEMPT_ACTIVE bit location

2012-08-14 Thread Srivatsa S. Bhat
On 07/31/2012 09:19 AM, Steven Rostedt wrote: On Sat, 2012-07-21 at 00:54 +0530, Srivatsa S. Bhat wrote: PREEMPT_ACTIVE flag is bit 27, not 28. Fix the comment. Signed-off-by: Srivatsa S. Bhat srivatsa.b...@linux.vnet.ibm.com --- include/linux/hardirq.h |2 +- 1 files changed, 1

Re: [PATCH] preempt/hardirq.h: Fix comment about PREEMPT_ACTIVE bit location

2012-07-30 Thread Steven Rostedt
On Sat, 2012-07-21 at 00:54 +0530, Srivatsa S. Bhat wrote: > PREEMPT_ACTIVE flag is bit 27, not 28. Fix the comment. > > Signed-off-by: Srivatsa S. Bhat > --- > > include/linux/hardirq.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/include/linux/hardirq.h

Re: [PATCH] preempt/hardirq.h: Fix comment about PREEMPT_ACTIVE bit location

2012-07-30 Thread Steven Rostedt
On Sat, 2012-07-21 at 00:54 +0530, Srivatsa S. Bhat wrote: PREEMPT_ACTIVE flag is bit 27, not 28. Fix the comment. Signed-off-by: Srivatsa S. Bhat srivatsa.b...@linux.vnet.ibm.com --- include/linux/hardirq.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH] preempt/hardirq.h: Fix comment about PREEMPT_ACTIVE bit location

2012-07-20 Thread Srivatsa S. Bhat
PREEMPT_ACTIVE flag is bit 27, not 28. Fix the comment. Signed-off-by: Srivatsa S. Bhat --- include/linux/hardirq.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/hardirq.h b/include/linux/hardirq.h index bb7f309..305f23c 100644 ---

[PATCH] preempt/hardirq.h: Fix comment about PREEMPT_ACTIVE bit location

2012-07-20 Thread Srivatsa S. Bhat
PREEMPT_ACTIVE flag is bit 27, not 28. Fix the comment. Signed-off-by: Srivatsa S. Bhat srivatsa.b...@linux.vnet.ibm.com --- include/linux/hardirq.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/hardirq.h b/include/linux/hardirq.h index bb7f309..305f23c