diff options
author | Jeff Dike <jdike@addtoit.com> | 2007-10-16 04:27:24 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 12:43:08 -0400 |
commit | 31ccc1f524b626abcf5e043ad32b881219223c34 (patch) | |
tree | 419284a887fad9dab58969531cf6c53ca0402944 /arch/um/Kconfig | |
parent | d83d2aa9485d996cfd89f04389b419c6727faacb (diff) |
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 <jdike@linux.intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/Kconfig')
-rw-r--r-- | arch/um/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 53597bbcd7b0..64fe8d5c067a 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig | |||
@@ -59,6 +59,10 @@ config GENERIC_TIME | |||
59 | bool | 59 | bool |
60 | default y | 60 | default y |
61 | 61 | ||
62 | config GENERIC_CLOCKEVENTS | ||
63 | bool | ||
64 | default y | ||
65 | |||
62 | # Used in kernel/irq/manage.c and include/linux/irq.h | 66 | # Used in kernel/irq/manage.c and include/linux/irq.h |
63 | config IRQ_RELEASE_METHOD | 67 | config IRQ_RELEASE_METHOD |
64 | bool | 68 | bool |