X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Funicore32%2Finclude%2Fasm%2Fprocessor.h;h=f0d780a51f9b5dec74a5310fe0f1fd2c4fdc7b28;hp=e11cb07865782c81b82e4dd90d1977b8f4495245;hb=f10cdea68b70bd85706baed0decab59618f9c353;hpb=8194145dcc9562387d93054a4fcf79438d3c3e40 diff --git a/arch/unicore32/include/asm/processor.h b/arch/unicore32/include/asm/processor.h index e11cb0786578..f0d780a51f9b 100644 --- a/arch/unicore32/include/asm/processor.h +++ b/arch/unicore32/include/asm/processor.h @@ -53,7 +53,6 @@ struct thread_struct { #define start_thread(regs, pc, sp) \ ({ \ unsigned long *stack = (unsigned long *)sp; \ - set_fs(USER_DS); \ memset(regs->uregs, 0, sizeof(regs->uregs)); \ regs->UCreg_asr = USER_MODE; \ regs->UCreg_pc = pc & ~1; /* pc */ \