aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/timer.c
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2009-08-25 17:35:41 -0400
committerIngo Molnar <mingo@elte.hu>2009-08-26 02:07:31 -0400
commit90cba64a5f672a239f43ec5cb9a11b806887331e (patch)
tree0dea74c2bfe153b66d70c092a77a330cc71a5e5b /kernel/timer.c
parent36d47481b3824b661b464077db95d447984df799 (diff)
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>
Diffstat (limited to 'kernel/timer.c')
-rw-r--r--kernel/timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/timer.c b/kernel/timer.c
index 33fc9d175f40..8e92be654dad 100644
--- a/kernel/timer.c
+++ b/kernel/timer.c
@@ -1023,8 +1023,8 @@ static inline void __run_timers(struct tvec_base *base)
1023#ifdef CONFIG_NO_HZ 1023#ifdef CONFIG_NO_HZ
1024/* 1024/*
1025 * Find out when the next timer event is due to happen. This 1025 * Find out when the next timer event is due to happen. This
1026 * is used on S/390 to stop all activity when a cpus is idle. 1026 * is used on S/390 to stop all activity when a CPU is idle.
1027 * This functions needs to be called disabled. 1027 * This function needs to be called with interrupts disabled.
1028 */ 1028 */
1029static unsigned long __next_timer_interrupt(struct tvec_base *base) 1029static unsigned long __next_timer_interrupt(struct tvec_base *base)
1030{ 1030{