Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs...
[pandora-kernel.git] / arch / cris / include / arch-v32 / arch / processor.h
index f80b477..9603c90 100644 (file)
@@ -47,7 +47,6 @@ struct thread_struct {
  */
 #define start_thread(regs, ip, usp) \
 do { \
-       set_fs(USER_DS); \
        regs->erp = ip; \
        regs->ccs |= 1 << (U_CCS_BITNR + CCS_SHIFT); \
        wrusp(usp); \