diff options
author | Jeff Dike <jdike@addtoit.com> | 2006-05-03 19:55:03 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-05-03 20:05:40 -0700 |
commit | 6760da0197a6ee327a09dafc070b26e2f02651fe (patch) | |
tree | d46d67012dda04b679e1d62179e89906a9edea72 /drivers/edac | |
parent | f0ec5e39765cd254d436a6d86e211d81795952a4 (diff) | |
download | linux-6760da0197a6ee327a09dafc070b26e2f02651fe.tar.bz2 |
[PATCH] uml: change timer initialization
inet_init, which schedules, is called before the UML timer_init, which sets
up the timer. The result is the interval timers being manipulated before
the appropriate signal handlers are established, causing unhandled timers.
This is fixed by making timer_init be called earlier.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/edac')
0 files changed, 0 insertions, 0 deletions