]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/mips/kernel/process.c
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
[karo-tx-linux.git] / arch / mips / kernel / process.c
index c28fbe6107bc3aae5fb590f19742f29520f7501e..b30cb2573aaf8cc8a3edae6d8b0a70a1a564a867 100644 (file)
@@ -103,7 +103,6 @@ void start_thread(struct pt_regs * regs, unsigned long pc, unsigned long sp)
                __init_dsp();
        regs->cp0_epc = pc;
        regs->regs[29] = sp;
-       current_thread_info()->addr_limit = USER_DS;
 }
 
 void exit_thread(void)