]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fix jiffy calculations in calibrate_delay_direct to handle overflow
authorTim Deegan <Tim.Deegan@citrix.com>
Thu, 10 Feb 2011 08:50:41 +0000 (08:50 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 22:47:16 +0000 (14:47 -0800)
commiteb77d7cb03db898f8c8d2a3a149ab2aacad478e0
tree87279a8d1c37eefbef77cd1ec2da8dd9c48b0aff
parent17ed50411002357e7d97b293e4977ea3b19803b1
fix jiffy calculations in calibrate_delay_direct to handle overflow

commit 70a062286b9dfcbd24d2e11601aecfead5cf709a upstream.

Fixes a hang when booting as dom0 under Xen, when jiffies can be
quite large by the time the kernel init gets this far.

Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
[jbeulich@novell.com: !time_after() -> time_before_eq() as suggested by Jiri Slaby]
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Cc: Jiri Slaby <jslaby@suse.cz>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
init/calibrate.c