From: David Fries Date: Wed, 6 Feb 2008 09:38:04 +0000 (-0800) Subject: system timer: fix crash in <100Hz system timer X-Git-Tag: v2.6.25-rc1~665 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ffc787a4492ac627315aaeafdfdc0a5c3028582;p=pandora-kernel.git 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 Cc: "H. Peter Anvin" Cc: Ingo Molnar Cc: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed