Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
[pandora-kernel.git] / arch / cris / include / arch-v10 / arch / processor.h
index cc692c7..93feb2a 100644 (file)
@@ -53,7 +53,6 @@ struct thread_struct {
  */
 
 #define start_thread(regs, ip, usp) do { \
-       set_fs(USER_DS);      \
        regs->irp = ip;       \
        regs->dccr |= 1 << U_DCCR_BITNR; \
        wrusp(usp);           \