]> err.no Git - linux-2.6/blobdiff - arch/um/os-Linux/trap.c
Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linvill...
[linux-2.6] / arch / um / os-Linux / trap.c
index be8e029f58b4b1dba08eed1176b2c5325e977479..2a1c9843e32e0e298868f0e971bd85cc08b45751 100644 (file)
@@ -20,12 +20,4 @@ void os_fill_handlinfo(struct kern_handlers h)
        sig_info[SIGSEGV] = h.page_fault;
        sig_info[SIGIO] = h.sigio_handler;
        sig_info[SIGVTALRM] = h.timer_handler;
-       sig_info[SIGALRM] = h.timer_handler;
-}
-
-void do_longjmp(void *b, int val)
-{
-       jmp_buf *buf = b;
-
-       UML_LONGJMP(buf, val);
 }