aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcupreempt.c
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2009-08-15 12:53:51 -0400
committerIngo Molnar <mingo@elte.hu>2009-08-15 13:02:09 -0400
commit684ca5cc9a772532bc893cdc994bd89bf0773719 (patch)
tree2628c999712c012461c7a91837cd518fc4a93800 /kernel/rcupreempt.c
parentb612ba804b8a656333013ad2ee96fb2377df5dbb (diff)
rcu: Fix typo in rcu_irq_exit() comment header
Signed-off-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: laijs@cn.fujitsu.com Cc: dipankar@in.ibm.com Cc: josht@linux.vnet.ibm.com Cc: akpm@linux-foundation.org Cc: mathieu.desnoyers@polymtl.ca Cc: dvhltc@us.ibm.com Cc: niv@us.ibm.com Cc: peterz@infradead.org Cc: rostedt@goodmis.org Cc: hugh.dickins@tiscali.co.uk Cc: benh@kernel.crashing.org LKML-Reference: <1250355231169-git-send-email-> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/rcupreempt.c')
-rw-r--r--kernel/rcupreempt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcupreempt.c b/kernel/rcupreempt.c
index 2748b89910b6..510898a7bd69 100644
--- a/kernel/rcupreempt.c
+++ b/kernel/rcupreempt.c
@@ -548,7 +548,7 @@ void rcu_irq_enter(void)
548 * rcu_irq_exit - Called from exiting Hard irq context. 548 * rcu_irq_exit - Called from exiting Hard irq context.
549 * 549 *
550 * If the CPU was idle with dynamic ticks active, update the 550 * If the CPU was idle with dynamic ticks active, update the
551 * rcu_dyntick_sched.dynticks to put let the RCU handling be 551 * rcu_dyntick_sched.dynticks to let the RCU handling be
552 * aware that the CPU is going back to idle with no ticks. 552 * aware that the CPU is going back to idle with no ticks.
553 */ 553 */
554void rcu_irq_exit(void) 554void rcu_irq_exit(void)