* [PATCH] timer.c: fix S/390 comments
@ 2009-08-25 21:35 Randy Dunlap
2009-08-25 22:42 ` Martin Schwidefsky
2009-08-26 6:22 ` [tip:timers/core] timer.c: Fix " tip-bot for Randy Dunlap
0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2009-08-25 21:35 UTC (permalink / raw)
To: lkml, Martin Schwidefsky, Heiko Carstens; +Cc: akpm, linux390, linux-s390
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix typos and add omitted words.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: linux390@de.ibm.com
Cc: linux-s390@vger.kernel.org
---
kernel/timer.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- lnx-2631-rc7.orig/kernel/timer.c
+++ lnx-2631-rc7/kernel/timer.c
@@ -1007,8 +1007,8 @@ static inline void __run_timers(struct t
#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)
{
---
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] timer.c: fix S/390 comments
2009-08-25 21:35 [PATCH] timer.c: fix S/390 comments Randy Dunlap
@ 2009-08-25 22:42 ` Martin Schwidefsky
2009-08-26 6:22 ` [tip:timers/core] timer.c: Fix " tip-bot for Randy Dunlap
1 sibling, 0 replies; 3+ messages in thread
From: Martin Schwidefsky @ 2009-08-25 22:42 UTC (permalink / raw)
To: Randy Dunlap; +Cc: lkml, Heiko Carstens, akpm, linux390, linux-s390
On Tue, 25 Aug 2009 14:35:41 -0700
Randy Dunlap <randy.dunlap@oracle.com> wrote:
> Fix typos and add omitted words.
Added to the git390 patch queue. Thanks.
--
blue skies,
Martin.
"Reality continues to ruin my life." - Calvin.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [tip:timers/core] timer.c: Fix S/390 comments
2009-08-25 21:35 [PATCH] timer.c: fix S/390 comments Randy Dunlap
2009-08-25 22:42 ` Martin Schwidefsky
@ 2009-08-26 6:22 ` tip-bot for Randy Dunlap
1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Randy Dunlap @ 2009-08-26 6:22 UTC (permalink / raw)
To: linux-tip-commits
Cc: linux-kernel, hpa, mingo, schwidefsky, randy.dunlap, akpm,
heiko.carstens, tglx, mingo
Commit-ID: 90cba64a5f672a239f43ec5cb9a11b806887331e
Gitweb: http://git.kernel.org/tip/90cba64a5f672a239f43ec5cb9a11b806887331e
Author: Randy Dunlap <randy.dunlap@oracle.com>
AuthorDate: Tue, 25 Aug 2009 14:35:41 -0700
Committer: Ingo Molnar <mingo@elte.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@oracle.com>
Cc: akpm <akpm@linux-foundation.org>
Cc: linux390@de.ibm.com
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
LKML-Reference: <20090825143541.43fc2ed8.randy.dunlap@oracle.com>
Signed-off-by: Ingo Molnar <mingo@elte.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)
{
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-08-26 6:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-25 21:35 [PATCH] timer.c: fix S/390 comments Randy Dunlap
2009-08-25 22:42 ` Martin Schwidefsky
2009-08-26 6:22 ` [tip:timers/core] timer.c: Fix " tip-bot for Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox