X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Ffrv%2Finclude%2Fasm%2Fprocessor.h;h=81c2e271d620d90af8f55b9199ac3f1de773f850;hb=38da590bef19f23d4b610aecaad4f32de483890d;hp=4b789ab182b0879e008cb4a8b63943e3390c3bb2;hpb=90f1e7481eebfd47e7dbf7c8c0cbfe31e025e031;p=pandora-kernel.git diff --git a/arch/frv/include/asm/processor.h b/arch/frv/include/asm/processor.h index 4b789ab182b0..81c2e271d620 100644 --- a/arch/frv/include/asm/processor.h +++ b/arch/frv/include/asm/processor.h @@ -97,7 +97,6 @@ extern struct task_struct *__kernel_current_task; */ #define start_thread(_regs, _pc, _usp) \ do { \ - set_fs(USER_DS); /* reads from user space */ \ __frame = __kernel_frame0_ptr; \ __frame->pc = (_pc); \ __frame->psr &= ~PSR_S; \