aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/os-Linux')
-rw-r--r--arch/um/os-Linux/time.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/um/os-Linux/time.c b/arch/um/os-Linux/time.c
index b156f03e1713..6ff3d98281ba 100644
--- a/arch/um/os-Linux/time.c
+++ b/arch/um/os-Linux/time.c
@@ -34,10 +34,6 @@ void disable_timer(void)
34 (setitimer(ITIMER_REAL, &disable, NULL) < 0)) 34 (setitimer(ITIMER_REAL, &disable, NULL) < 0))
35 printk(UM_KERN_ERR "disable_timer - setitimer failed, " 35 printk(UM_KERN_ERR "disable_timer - setitimer failed, "
36 "errno = %d\n", errno); 36 "errno = %d\n", errno);
37
38 /* If there are signals already queued, after unblocking ignore them */
39 signal(SIGALRM, SIG_IGN);
40 signal(SIGVTALRM, SIG_IGN);
41} 37}
42 38
43int switch_timers(int to_real) 39int switch_timers(int to_real)