David Fries
6ffc787a44
system timer: fix crash in <100Hz system timer
...
The kernel has a divide by zero crash when trying to run the system timer
less than 100Hz. The problem is x/(HZ/USER_HZ) and related. Now
x*(USER_HZ/HZ) will be used if HZ<USER_HZ.
I'm running the Linux kernel under qemu and went to run a slower system
timer to take less CPU (and battery) on the host. I found that the kernel
paniced under emulation because of a divide by zero in three places. Here
is the patch. The base git was updated today 01-05-2008. I went for a
20Hz system time by adding config HZ_20 etc to kernel/Kconfig.hz. With
this patch I verified the system timer by looking at /proc/interrupts.
[akpm@linux-foundation.org: partially clean up the macro maze]
Signed-off-by: David Fries <david@fries.net>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-02-06 10:41:10 -08:00
..
2008-01-30 13:33:24 +01:00
2008-02-05 09:44:22 -08:00
2008-02-06 10:41:03 -08:00
2008-01-07 14:55:37 -08:00
2007-10-21 02:37:45 -04:00
2008-02-01 14:25:04 -05:00
2007-10-21 02:37:45 -04:00
2008-02-01 14:24:33 -05:00
2008-02-01 14:24:45 -05:00
2008-01-30 13:33:08 +01:00
2008-02-05 09:44:20 -08:00
2007-10-19 11:53:36 -07:00
2007-11-14 18:45:37 -08:00
2007-10-18 15:12:41 -07:00
2007-05-09 12:30:49 -07:00
2008-01-25 21:08:02 +01:00
2008-01-25 21:08:02 +01:00
2007-10-18 14:37:28 -07:00
2007-10-18 14:37:24 -07:00
2007-10-18 14:37:26 -07:00
2008-02-06 10:41:04 -08:00
2008-01-29 17:13:18 +11:00
2008-02-06 10:41:08 -08:00
2008-02-01 17:45:14 +01:00
2008-02-01 17:45:14 +01:00
2008-02-05 09:44:07 -08:00
2007-10-18 14:37:26 -07:00
2008-02-06 10:41:01 -08:00
2008-01-25 21:08:29 +01:00
2008-01-25 21:08:33 +01:00
2008-01-08 16:10:36 -08:00
2007-07-16 09:05:50 -07:00
2008-01-17 15:38:59 -08:00
2008-01-30 13:32:53 +01:00
2008-01-24 20:40:40 -08:00
2008-01-25 21:08:33 +01:00
2008-01-25 21:08:34 +01:00
2006-12-07 08:39:43 -08:00
2007-10-11 22:11:11 +02:00
2008-01-25 21:08:02 +01:00
2008-02-05 09:44:22 -08:00
2007-11-14 18:45:40 -08:00
2008-01-30 13:33:32 +01:00
2007-02-14 08:09:54 -08:00
2006-07-03 15:27:01 -07:00
2007-12-06 17:37:59 -05:00
2006-07-03 15:27:04 -07:00
2008-02-06 10:41:02 -08:00
2007-10-19 11:53:37 -07:00
2007-10-19 11:53:39 -07:00
2008-01-30 13:32:50 +01:00
2008-02-06 10:41:08 -08:00
2007-11-14 18:45:43 -08:00
2008-02-05 09:44:22 -08:00
2008-01-25 21:08:32 +01:00
2008-02-05 09:44:07 -08:00
2008-02-06 10:41:04 -08:00
2008-01-25 21:08:33 +01:00
2008-02-06 10:41:02 -08:00
2008-01-25 21:08:24 +01:00
2008-01-25 21:08:24 +01:00
2008-01-25 21:08:24 +01:00
2008-01-25 21:08:25 +01:00
2008-01-25 21:08:02 +01:00
2008-02-06 10:41:07 -08:00
2007-11-14 18:45:39 -08:00
2007-07-16 09:05:49 -07:00
2007-10-19 11:53:43 -07:00
2006-07-03 15:27:01 -07:00
2008-01-24 20:40:40 -08:00
2007-10-19 11:53:43 -07:00
2006-07-03 15:27:01 -07:00
2007-12-18 15:21:13 +01:00
2008-01-25 21:08:35 +01:00
2008-01-31 22:45:22 +01:00
2008-01-25 21:08:29 +01:00
2008-01-25 21:08:34 +01:00
2007-11-28 15:52:56 +01:00
2008-02-01 11:45:47 +11:00
2007-07-16 09:05:50 -07:00
2008-02-06 10:41:07 -08:00
2008-01-30 13:30:04 +01:00
2008-02-02 14:27:45 +11:00
2008-01-30 13:31:20 +01:00
2008-02-06 10:41:02 -08:00
2006-07-03 15:27:02 -07:00
2008-02-06 10:41:08 -08:00
2008-02-05 09:44:07 -08:00
2008-02-06 10:41:09 -08:00
2008-02-05 09:44:20 -08:00
2008-02-06 10:41:06 -08:00
2007-11-14 18:45:44 -08:00
2008-01-30 13:32:53 +01:00
2008-02-06 10:41:10 -08:00
2008-02-06 10:41:00 -08:00
2007-10-18 14:37:28 -07:00
2007-05-08 11:15:07 -07:00
2007-09-19 11:24:18 -07:00
2008-01-25 21:08:26 +01:00
2007-11-29 09:24:53 -08:00
2007-09-19 11:24:17 -07:00
2007-12-06 17:34:36 -05:00
2008-01-25 21:08:02 +01:00