From: Randy Dunlap Date: Tue, 25 Aug 2009 21:35:41 +0000 (-0700) Subject: timer.c: Fix S/390 comments X-Git-Tag: v2.6.32-rc1~5^2~7 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=90cba64a5f672a239f43ec5cb9a11b806887331e;p=linux-2.6-block.git timer.c: Fix S/390 comments Fix typos and add omitted words. Signed-off-by: Randy Dunlap Cc: akpm Cc: linux390@de.ibm.com Cc: Martin Schwidefsky Cc: Heiko Carstens LKML-Reference: <20090825143541.43fc2ed8.randy.dunlap@oracle.com> Signed-off-by: Ingo Molnar --- 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) #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) {