diff options
Diffstat (limited to 'arch/m32r/include/asm/processor.h')
-rw-r--r-- | arch/m32r/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m32r/include/asm/processor.h b/arch/m32r/include/asm/processor.h index 8397c249989b..e1f46d757460 100644 --- a/arch/m32r/include/asm/processor.h +++ b/arch/m32r/include/asm/processor.h | |||
@@ -106,7 +106,6 @@ struct thread_struct { | |||
106 | 106 | ||
107 | #define start_thread(regs, new_pc, new_spu) \ | 107 | #define start_thread(regs, new_pc, new_spu) \ |
108 | do { \ | 108 | do { \ |
109 | set_fs(USER_DS); \ | ||
110 | regs->psw = (regs->psw | USERPS_BPSW) & 0x0000FFFFUL; \ | 109 | regs->psw = (regs->psw | USERPS_BPSW) & 0x0000FFFFUL; \ |
111 | regs->bpc = new_pc; \ | 110 | regs->bpc = new_pc; \ |
112 | regs->spu = new_spu; \ | 111 | regs->spu = new_spu; \ |