linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] preempt/hardirq.h: Fix comment about PREEMPT_ACTIVE bit location
@ 2012-07-20 19:24 Srivatsa S. Bhat
  2012-07-26 15:15 ` [tip:sched/urgent] sched: " tip-bot for Srivatsa S. Bhat
  2012-07-31  3:49 ` [PATCH] preempt/hardirq.h: " Steven Rostedt
  0 siblings, 2 replies; 7+ messages in thread
From: Srivatsa S. Bhat @ 2012-07-20 19:24 UTC (permalink / raw)
  To: rostedt, tglx; +Cc: mingo, paulmck, josh, linux-kernel

PREEMPT_ACTIVE flag is bit 27, not 28. Fix the comment.

Signed-off-by: Srivatsa S. Bhat <srivatsa.bhat@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 100644
--- a/include/linux/hardirq.h
+++ b/include/linux/hardirq.h
@@ -22,7 +22,7 @@
  *
  * - bits 16-25 are the hardirq count (max # of nested hardirqs: 1024)
  * - bit 26 is the NMI_MASK
- * - bit 28 is the PREEMPT_ACTIVE flag
+ * - bit 27 is the PREEMPT_ACTIVE flag
  *
  * PREEMPT_MASK: 0x000000ff
  * SOFTIRQ_MASK: 0x0000ff00


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

end of thread, other threads:[~2012-08-14 12:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-20 19:24 [PATCH] preempt/hardirq.h: Fix comment about PREEMPT_ACTIVE bit location Srivatsa S. Bhat
2012-07-26 15:15 ` [tip:sched/urgent] sched: " tip-bot for Srivatsa S. Bhat
2012-07-31  3:49 ` [PATCH] preempt/hardirq.h: " Steven Rostedt
2012-08-14  8:26   ` Srivatsa S. Bhat
2012-08-14  8:28   ` [PATCH] preempt/hardirq.h: Clarify " Srivatsa S. Bhat
2012-08-14 10:18     ` Thomas Gleixner
2012-08-14 12:46       ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).