[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-90cba64a5f672a239f43ec5cb9a11b806887331e@git.kernel.org>
Date: Wed, 26 Aug 2009 06:22:03 GMT
From: tip-bot for Randy Dunlap <randy.dunlap@...cle.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
schwidefsky@...ibm.com, randy.dunlap@...cle.com,
akpm@...ux-foundation.org, heiko.carstens@...ibm.com,
tglx@...utronix.de, mingo@...e.hu
Subject: [tip:timers/core] timer.c: Fix S/390 comments
Commit-ID: 90cba64a5f672a239f43ec5cb9a11b806887331e
Gitweb: http://git.kernel.org/tip/90cba64a5f672a239f43ec5cb9a11b806887331e
Author: Randy Dunlap <randy.dunlap@...cle.com>
AuthorDate: Tue, 25 Aug 2009 14:35:41 -0700
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Wed, 26 Aug 2009 08:07:31 +0200
timer.c: Fix S/390 comments
Fix typos and add omitted words.
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
Cc: akpm <akpm@...ux-foundation.org>
Cc: linux390@...ibm.com
Cc: Martin Schwidefsky <schwidefsky@...ibm.com>
Cc: Heiko Carstens <heiko.carstens@...ibm.com>
LKML-Reference: <20090825143541.43fc2ed8.randy.dunlap@...cle.com>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
kernel/timer.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kernel/timer.c b/kernel/timer.c
index 33fc9d1..8e92be6 100644
--- a/kernel/timer.c
+++ b/kernel/timer.c
@@ -1023,8 +1023,8 @@ static inline void __run_timers(struct tvec_base *base)
#ifdef CONFIG_NO_HZ
/*
* Find out when the next timer event is due to happen. This
- * is used on S/390 to stop all activity when a cpus is idle.
- * This functions needs to be called disabled.
+ * is used on S/390 to stop all activity when a CPU is idle.
+ * This function needs to be called with interrupts disabled.
*/
static unsigned long __next_timer_interrupt(struct tvec_base *base)
{
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists