]> err.no Git - linux-2.6/blobdiff - arch/um/drivers/chan_user.c
[POWERPC] Fix performance monitor on machines with logical PVR
[linux-2.6] / arch / um / drivers / chan_user.c
index 8b81bd5f20f2ff4c6fb6b11414d0bfdc0bd79679..4d438f36ea2e66b68451dd6f9039b28e6dab11c2 100644 (file)
@@ -161,7 +161,7 @@ static int winch_tramp(int fd, struct tty_struct *tty, int *fd_out,
         * problem with /dev/net/tun, which if held open by this
         * thread, prevents the TUN/TAP device from being reused.
         */
-       err = run_helper_thread(winch_thread, &data, CLONE_FILES, stack_out, 0);
+       err = run_helper_thread(winch_thread, &data, CLONE_FILES, stack_out);
        if(err < 0){
                printk("fork of winch_thread failed - errno = %d\n", -err);
                goto out_close;