From: Jeff Dike Date: Tue, 16 Oct 2007 08:27:24 +0000 (-0700) Subject: uml: GENERIC_CLOCKEVENTS support X-Git-Tag: v2.6.24-rc1~1036 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31ccc1f524b626abcf5e043ad32b881219223c34;p=pandora-kernel.git uml: GENERIC_CLOCKEVENTS support Enable CONFIG_GENERIC_CLOCKEVENTS. timer_irq gets its name changed to timer_handler, and becomes the recipient of timer signals. The clock_event_device is set up to imitate the current ticking clock, i.e. CLOCK_EVT_FEAT_ONESHOT is not enabled yet. disable_timer now doesn't ignore SIGALRM and SIGVTALRM because that breaks delay calibration. Signed-off-by: Jeff Dike Cc: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed